- Fixed build failure
- Added anchor param to Annotation
- Added missing comparison of Overlay coordinates, which caused Circles, Annotations, Polylines and Ploygons to not update correctly on coordinate changes.
- Added configurable Anchor for infoWindows
- Fixed the offset of custom markers
- Fixed the onTap event for Annotation Callouts
- Added custom annotation icons from byte data
- Fixed scaling of icons from assets => see: https://flutter.dev/docs/development/ui/assets-and-images#declaring-resolution-aware-image-assets
- Annotation rework:
- onTap for InfoWindow added
- Multiline InfoWindow subtitle support
- Overall Annotation handling refactored
- Correct UserTracking Button added
- Fixed map freezing when setState is being called
- Fixed Polygon and Circle Tap events.
- Added markerAnnotation as selectable annotation type.
- Added ability to place circles on the map.
- Added ability to place polygons on the map.
- Fixed build issues
- Fixes issue #6, location permission is only requested if it's actually used.
- Converted iOS code to swift 5.
- Changed annotation initialisation, fixes custom annotation icons not showing up on the map.
- Added ability to add padding to the map
- Added ability to place polylines.
- Fixed error when updating Annotations on map.
- Added getter for visible map region.
- Added zoomBy functionality.
- Added setter for min and max zoom levels.
- Initial release.