flutter_google_maps icon indicating copy to clipboard operation
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.

Results 40 flutter_google_maps issues
Sort by recently updated
recently updated
newest added

Is there a feature for auto rotate map with compass? Like, if you are in a car and, we turn a corner, theres a way to maps rotate with compass...

When i'm using this plugin it's working fine in android but in iOS not showing zoom in/out button, bottom toolbar.

When i'm running the example code in web app, i can't see the 'info' attribute above marker, it should be shown when user click the marker (i have tested it...

![image](https://user-images.githubusercontent.com/17500323/112884778-88b2cc00-90ed-11eb-8306-9ae5d9d085e5.png) Pub.dev release 4.0.0 has unresolved errors in the score tab. Due to this, I can't upgrade my app to the latest flutter version.

Added Id Parameter on the addMarkerRaw Method so a custom id can be used instead of just the position Added patterns, width and color parameter on addDirection method, to customize...

Version 4.0.0 fails the static analysis in pub.dev ![image](https://user-images.githubusercontent.com/17500323/110672570-c78fe900-81f5-11eb-8785-28ed2cb32866.png) ## Steps to Reproduce Take a look at the pub scores at https://pub.dev/packages/flutter_google_maps/score

Not working with Flutter 2.0 . any release soon ? regards

## Use case I want to provide transit route (such as bus, subway route ) for user. but, The plugin is not supported select TravelMode for direction ## Proposal AddDirection...

I have a Stack with a button and a GoogleMap. When I click the Button, the onTap from the button AND the GoogleMap fire. EDIT - It seems to work...

bug
platform-web

I would like to add a feature to show a Great Circle arc on the map between two points. Then Zoom to fit the two points.