yukinarit / mapbox-gl-rs

Unofficial Rust/WASM binding for mapbox-gl-js
MIT License
39 stars 14 forks source link

Remove MapFactory and move functionalities to Map #50

Closed yukinarit closed 1 year ago

yukinarit commented 1 year ago

I find MapFactory quite confusing because the name is "Factory" but it actually is a data structure that holds Map, Handle etc. Removed MapFactory and move all the functionalities to Map.

Other changes

Closes #47