flutter_map_marker_cluster 0.1.4
flutter_map_marker_cluster: ^0.1.4 copied to clipboard
A Dart implementation of Leaflet.makercluster for Flutter apps. Provides beautiful animated marker clustering functionality for flutter_map.
0.1.4 17/06/2019 #
- MarkerClusterGroupPlugin to MarkerClusterPlugin
- MarkerClusterGroupLayerOptions to MarkerClusterLayerOptions
- maxZoom and minZoom not required ( #2 MapOptions.minZoom required )
- refresh when change markers ( #4 setState not supported )
- fix when spiderfy
0.1.3 07/06/2019 #
- flutter_map version 0.5.5+2
- options added anchorPos
- removed removeOutsideVisibleBound
0.1.2 07/06/2019 #
- added option showPolygon
- polygon line are all cluster's markers and not cluster's child
0.1.1 06/06/2019 #
- polygon under clusters and markers
0.1.0 06/06/2019 #
- added some tests and configurated travis ci
0.0.1 06/06/2019 #
- inital release