any_map_google 1.0.0 copy "any_map_google: ^1.0.0" to clipboard
any_map_google: ^1.0.0 copied to clipboard

Google Maps adapter for any_map. Uses google_maps_flutter under the hood for Android and iOS map rendering.

1.0.0 #

  • Updated to any_map: ^1.0.0
  • Implements new AnyMapController abstract members: cameraPositionStream, visibleBoundsStream, fitBoundsWithInsets(), animatePolyline(), takeSnapshot()
  • cameraPositionStream and visibleBoundsStream emit live updates on every camera move via broadcast StreamController
  • fitBoundsWithInsets() averages all four inset sides into a single padding value (Google Maps API limitation)
  • takeSnapshot() calls googleMapController.takeSnapshot()

0.1.0 #

  • Initial release
  • Google Maps adapter for any_map
  • Declarative overlay rendering (markers, polylines, polygons, circles)
  • Camera control with tilt and bearing support
  • JSON style support for custom map themes
  • Screen-to-LatLng and LatLng-to-screen coordinate conversion
  • Info window support for markers (title + snippet)
0
likes
140
points
185
downloads

Documentation

API reference

Publisher

verified publisherramprasadsreerama.co.in

Weekly Downloads

Google Maps adapter for any_map. Uses google_maps_flutter under the hood for Android and iOS map rendering.

Homepage
Repository (GitHub)
View/report issues

Topics

#maps #google-maps

License

MIT (license)

Dependencies

any_map, flutter, google_maps_flutter

More

Packages that depend on any_map_google