dioxus-leaflet 0.3.1

A general-purpose Leaflet map component for Dioxus applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod map;
pub use map::Map;

mod marker;
pub use marker::Marker;

mod polygon;
pub use polygon::Polygon;

mod popup;
pub use popup::Popup;