flutter_google_maps 3.4.0
flutter_google_maps: ^3.4.0 copied to clipboard
A Flutter plugin for integrating Google Maps in iOS, Android and Web applications. It is a wrapper of google_maps_flutter for Mobile and google_maps for Web.
Changelog #
3.4.0 #
- Added rotate/scroll/tilt/zoom gestures to mobile map preferences
- Added map callbacks onTap, onLongPress
- Added onInfoWindowTap for addMarker method on web
3.3.0 #
- Added onInfoWindowTap for addMarker method (works only on Android/iOS)
- Added map iteractivity setup
3.2.0 #
- Added onTap VoidCallback for addMarker method
3.1.0 #
- Added gesture boolean to WebMapPreferences, that indicates whether to enable gestures or not
3.0.0 #
- Implemented setting up Map Style
2.0.0 #
- Fixed roadmap/normal Map Type
1.1.0 #
- Update docs
1.0.0 #
- Created wrapper for Mobile map and Web map
- Created common interface