clustering_google_maps 0.1.2 copy "clustering_google_maps: ^0.1.2" to clipboard
clustering_google_maps: ^0.1.2 copied to clipboard

A Flutter package that recreate clustering technique in a Google Maps widget.

0.1.2 #

  • Migrate to google_maps_flutter: 0.5.21+3
  • Remove print in releaseMode

0.1.0+19 #

  • 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

0.0.5+16 #

  • Migrate to google_maps_flutter: 0.5.16
  • Update path_provider package to 1.1.0

0.0.5+13 #

  • Migrate to google_maps_flutter: 0.5.13

0.0.4+2 #

  • Add secure MarkerId to marker

0.0.4+1 #

  • 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

0.0.4 #

  • Migrate to google_maps_flutter: 0.4.0
  • Remove rangeZoomUpdate properties (now the map will update with onMoveIdle callback)

0.0.3 #

  • Add optional WHERE clause for SQL query

0.0.2 #

  • Migrate to google_maps_flutter: 0.3.0+2

0.0.1+2 #

  • Add new marker for new level of aggregation.
  • Fix level for aggregation/disgregation
  • Add InfoWindowText on aggregated marker with number of points

0.0.1 #

  • Initial developers preview release.
6
likes
40
pub points
73%
popularity

Publisher

verified publishergdifrancesco.dev

A Flutter package that recreate clustering technique in a Google Maps widget.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, geohash, google_maps_flutter, meta, path_provider, sqflite

More

Packages that depend on clustering_google_maps