flutter_google_maps
flutter_google_maps 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.
I've noticed the 'example' app has exactly the same problem as my production web app - grid is visible on a map. I wonder if this is a bug in...
## Proposal Listeners for common events could be included, such as zooming or double-clicking, because at the moment the only option is to use onTap and onLongPress. Flutter web user.
Flutter web. onLongPress behaves as right-click on desktop web browser. Doesn't work in mobile web browser (Safari, Chrome) tested.
Hey, could you implement the 'DraggableCursor' option in the map options? https://developers.google.com/maps/documentation/javascript/reference/map#MapOptions.draggableCursor This would be awesome :)
First of all thanks for this library! I'd like to request a feature to provide text style for marker's label. Currently the label text is black and uses default font...
I have a ListView, at the top of which I have a map, I want the map to scroll out of view when the ListView is scrolled, but I also...
This is my flutter doctor: ``` [✓] Flutter (Channel stable, 1.22.4, on Mac OS X 10.15.7 19H2 darwin-x64, locale en-ID) • Flutter version 1.22.4 at /Library/flutter • Framework revision 1aafb3a8b9...
## Steps to Reproduce 1. Run `flutter create bug`. 2. Update the files as follows: ... 3. ... **Expected results:** **Actual results:** Logs ``` ``` ``` ``` ``` ```
when i give min zoom value like minzoom:10 i cant zoom and maxzoom doesn't do anything
When i use the plugin, it works fine on iOS and Android. When i use flutter web to deploy to the browser, i get the error message "TargetPlatform.macOS is not...