- Migrate to google_maps_flutter: 0.5.21+3
- Remove print in releaseMode
- Migrate to google_maps_flutter: 0.5.19
- Performance improvement: now sql query and memory filter are made in visible bounding box
- New bitmap descriptor from bytes of canvas image
- Now the count of aggregation points is showed on marker
- Now you can setup your configuration: colors, aggregation range, zoom aggregation limits
- Migrate to google_maps_flutter: 0.5.16
- Update path_provider package to 1.1.0
- Migrate to google_maps_flutter: 0.5.13
- Add secure MarkerId to marker
- Add memory clustering fuction, now you can use clustering with a list of LatLngAndGeohash object
- Add memory clustering to example
- Now you can update the map during the user move or zoom the map (NOT RECOMMENDED)
- Update Readme
- Migrate to google_maps_flutter: 0.4.0
- Remove rangeZoomUpdate properties (now the map will update with onMoveIdle callback)
- Add optional WHERE clause for SQL query
- Migrate to google_maps_flutter: 0.3.0+2
- Add new marker for new level of aggregation.
- Fix level for aggregation/disgregation
- Add InfoWindowText on aggregated marker with number of points
- Initial developers preview release.