3 questions
0
votes
0
answers
70
views
How to apply opacity on a TileOverlay in Google Maps Flutter?
Goal: I wish to apply opacity to a TileOverlay in Google Maps Flutter.
Expected result: Semi-transparent TileOverlay in Google Maps Flutter
Actual result: The TileOverlay is opaque like so => https:...
0
votes
1
answer
260
views
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
votes
1
answer
546
views
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 ...