dioxus-maplibre 0.0.3

MapLibre GL JS wrapper for Dioxus 0.7
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Dioxus components for MapLibre GL JS

pub mod map;
mod marker;
mod popup;
mod geojson_source;
mod circle_layer;

pub use map::Map;
pub use marker::Marker;
pub use popup::Popup;
pub use geojson_source::GeoJsonSource;
pub use circle_layer::CircleLayer;