central_map 0.1.0
central_map: ^0.1.0 copied to clipboard
Kyrgyzstan map for Flutter — a MapLibre widget over central.kg vector tiles with markers, polylines and clusters, plus a REST client for search, routing and isochrones.
0.1.0 #
- First release: the
CentralMapwidget on top ofmaplibre_gl, a controller with markers (addMarker/addIconMarker), polylines (addPolyline), zones (addZone) and clustering (addCluster), the built-in style overmap.central.kgtiles, and theCentralMapApiREST client (search / routing / isochrones / poi-meta). - API key support (bound to the
mapservice):?key=for tiles and fonts,X-API-Keyfor REST calls. - Works with
maplibre_gl0.20-0.27 (Android minSdk 21, iOS 13).