crossplatform_google_maps 4.1.0 copy "crossplatform_google_maps: ^4.1.0" to clipboard
crossplatform_google_maps: ^4.1.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 #

4.0.1 #

  • TypeError: this.widget.markers is not iterable (thanks to slovnicki)

4.0.0 #

3.8.0 #

  • Added moveCameraBounds (old moveCamera), moveCamera (with zooming ability) and zoomCamera (thanks to travisjayday for zoomControlsEnabled on mobile)
  • Added center getter for center coordinates of the map
  • Fixed issue when onTap/onLongPress was not specified

3.7.1 #

  • Fixed bug when app crash, when there's no any marker on mobile map (thanks to Chojecki)

3.7.0 #

  • Changed onTap VoidCallback to onTap ValueChanged with marker ID as an argument
  • Added onTap for polygon with polygon ID as an argument
  • Added option for marker icon to be a path to an asset as well as to be a ByteString

BREAKING CHANGE #

  • addMarker now is addMarkerRaw
  • addMarker now accepts instance of a Marker object

3.6.0 #

  • Added infoSnippet as an argument to addMarker method

3.5.0 #

  • Fixed animateCamera issue and possible changeMapStyle issue

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
2
likes
40
pub points
0%
popularity

Publisher

unverified uploader

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.

Repository (GitHub)
View/report issues
Contributing

License

BSD-3-Clause (LICENSE)

Dependencies

flinq, flutter, google_directions_api, google_maps, google_maps_flutter, google_polyline_algorithm, http, uuid

More

Packages that depend on crossplatform_google_maps