- Center cluster when spiderfy. Spiderfy when press cluster and current zoom is equal to fitBoundsOptions max zoom
- Fix #98: Loose marker alignment after upgrading library
- #94 Support Marker rotate, rotateOrigin and rotateAlignment options
-
Upgrade to flutter_map_marker_popup v2.0.0 which now supports showing multiple popups at once. The default behaviour when using popups remains single-popup but some breaking changes in PopupController were required:
- hidePopups -> hideAllPopups
- hidePopupIfShowingFor -> hidePopupsOnlyFor
- showPopup -> showPopupsOnlyFor
If you wish to show multiple popups at once you will want to change the default MarkerTapBehavior, see the documentation in PopupMarkerLayerOptions.
- Null safety update
- Fix deprecate warning
- Added marker_cluster_layer_widget
- #65 Ensure cluster is split when tapping it
- Upgrade flutter_map_marker_popup
- Upgraded flutter_map
- Added key so that states are preserved when map moves
- Removed extras property to marker
- Added disableClusteringAtZoom property to MarkerClusterLayerOptions
- Added extras property to marker
- Upgraded flutter_map to 0.10.1+1
- Added marker popup
- Added marker onClusterTap option
- Upgraded flutter_map to 0.9.0
- Update support for latest flutter_map and add support for AndroidX #27
- updated flutter_map
- added animationsoptions
- #24 Add optional onTap callback for Markers
- added analysis_options.yaml
- fix warnings
- fix positions
- spiderfyCircleDistanceMultiplier to spiderfyCircleRadius
- fix circle spiferfy
- splitted spiderfyDistanceMultiplier to spiderfyCircleDistanceMultiplier and spiderfySpiralDistanceMultiplier
- added to gesturedetector behavior opaque
- spiderfy marker animation starts to cluster point
- added anchorpos to cluster in example
- setState issue fixed ( #4 setState not supported )
- added example with marker that change position
- 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
- flutter_map version 0.5.5+2
- options added anchorPos
- removed removeOutsideVisibleBound
- added option showPolygon
- polygon line are all cluster's markers and not cluster's child
- polygon under clusters and markers
- added some tests and configurated travis ci
- inital release