Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

57 lines (34 loc) · 1.3 KB

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.