python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Google Map Sizing:
Anybody explain me how can I fit google_maps_flutter in the yellow area?
I just want to add the google maps widget to the body with a bottomsheet, the map wiget is not responsive does fit in the yello...
M Hamza Tahir
Votes: 0
Answers: 0
iOS Google maps SDK load custom region, language map
in JS, if we want the google map to load with a different region+language, we can change it by simply altering the connecion string:
https://maps.google.com/maps/api/js?key={APIKEY}®ion=VN&...

Nikhil VJ
Votes: 0
Answers: 0
Enabling MetalRenderer in simulator leads to Crash
Has anyone been able to get GoogleMaps running in simulator with GMSServices.setMetalRendererEnabled(true)
I'm looking to evaluate Google's Map performance and abilities. Given the updates to Metal I ...
Dane Miluski
Votes: 0
Answers: 0
Zoom inconsistency between IOS and Android Google Maps SDKs
We are developing navigation app for both IOS and Android platforms.
On IOS I restrict map zoom levels by mapView.setMinZoom(4, maxZoom: 16). To load map tiles I use GMSSyncTileLayer as tiles are stor...
Andrei Rybin
Votes: 0
Answers: 0