yarrow_map_flutter_sdk 0.0.4
yarrow_map_flutter_sdk: ^0.0.4 copied to clipboard
Flutter SDK for Yarrow Maps with API parity to the web SDK.
0.0.4 #
- Add web-SDK parity APIs:
addSource,updateSourceData,queryRenderedFeatures, andaddLayer(options: ...)withsourceId/filter. - Expand controls positions to 6-way placement (
left,leftTop,leftBottom,right,rightTop,rightBottom). - Add automatic controls/badge collision inset for shared corners.
0.0.3 #
- Migrate from
maplibreto officialmaplibre_gl. - Expose GeoJSON clustering options in
YarrowMap.addLayer(...):cluster,clusterRadius,clusterMaxZoom,clusterProperties.
0.0.2 #
- Add
YarrowMap.onCustomLayerClick(layerId, callback)for click handling on SDK-added custom layers.
0.0.1 #
- TODO: Describe initial release.