Questions tagged [google-maps-flutter-web]
3 questions
0
votes
1 answer
google_maps_flutter - programmatically set rotation to 0 (bearing to north)
When I create the GoogleMap widget I can set:
initialCameraPosition: CameraPosition(
target: _initialCameraPosition,
zoom: 12.0,
bearing: 0.0
),
but after the user…

Rony Tesler
- 1,207
- 15
- 25
0
votes
0 answers
How do I force single finger map movement in Flutter (web) google_maps_flutter?
My app uses google_maps_flutter (+web) and I am plagued with this message when I try to move the map with one finger:
Which tells me to use TWO fingers to move the map. The users find that counterintuitive, and wants to use one finger.
My code snip…

Roar Grønmo
- 2,926
- 2
- 24
- 37
0
votes
1 answer
Flutter google map web marker on click
I am using this library in my app to load the Google map on the web using this answer as a reference, I am able to add the marker on it but wondering how I can do the marker on tap action
Adding marker:
final _icon = jsMap.Icon()
..scaledSize…

Shailendra Madda
- 20,649
- 15
- 100
- 138