any_map_google 1.0.0
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
AnyMapControllerabstract members:cameraPositionStream,visibleBoundsStream,fitBoundsWithInsets(),animatePolyline(),takeSnapshot() cameraPositionStreamandvisibleBoundsStreamemit live updates on every camera move via broadcastStreamControllerfitBoundsWithInsets()averages all four inset sides into a single padding value (Google Maps API limitation)takeSnapshot()callsgoogleMapController.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)