google_maps_cluster_manager 2.0.0
google_maps_cluster_manager: ^2.0.0 copied to clipboard
Simple Flutter clustering library for Google Maps based on Geohash.
2.0.0 #
- Use mapId to retrieve the map instead of GoogleMapController. This way, the library depends only on
google_maps_flutter_platform_interfacewhich makes it compatible both withgoogle_maps_flutterandgoogle_maps_flutter_web.
1.0.0 #
- Migrate to null safety
- Internalising geohash to make it null safety compatible
- Temporary : remove
google_maps_flutter_webbecause it needs a reorganization of the project to work correctly (& it's not null safety compatible for the moment)
0.3.0 #
- Add
google_maps_flutter_webdependency to be compatible with Flutter web - Update to
google_maps_flutterversion 1.2.0
0.2.1 #
- Improve potential precision of geohash
- Update to
google_maps_flutterversion 1.0.6
0.2.0 #
- Add
stopClusteringZoomvariable - Update to
google_maps_flutterversion 1.0.2 - Improve
extraPercentcalculation (thanks to @buntagonalprism)
0.1.0 #
- Fix
getMarkerssignature - Add gif example
0.0.2 #
- Add
setItemsandaddItemmethods - Add initial zoom
0.0.1 #
- Initial developers preview release.