leaflet 0.5.0

A wasm-bindgen wrapper for Leaflet.js
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod circle;
mod circle_marker;
mod path;
mod polygon;
mod polyline;
mod rectangle;

pub use circle::{Circle, CircleOptions};
pub use circle_marker::CircleMarker;
pub use path::{Path, PathOptions};
pub use polygon::Polygon;
pub use polyline::{Polyline, PolylineOptions};
pub use rectangle::Rectangle;