65,828 questions
Advice
0 votes
0 replies
15 views
Street View: Earliest Gen 4 datasets
For over 3 years I've been watching for updates on this IssueTracker request: https://issuetracker.google.com/issues/266309501 This particular request is to restore what appears to be previously ...
Best practices
0 votes
1 replies
23 views
orthomosaic overlay in google map
<iframe src="https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d1222.8779774211964!2d39.51379273981658!3d-6.140327629994342!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1sVisiga%2C%...
Advice
0 votes
1 replies
85 views
Google maps edit
I requested an update to google maps to add our home and Eircode on the 6th of January. Today it still has not been added. Is it normal for it to take this long? We would ideally like it to be added ...
Tooling
0 votes
3 replies
89 views
What is the difference between these mapping libraries
I want to transition from Google Maps to OpenStreetMap and overwhelmed by the number of library options out there. What is the difference between leafletjs, MapLibre, MapBox, OpenFreeMap, OpenTiler, ...
Advice
0 votes
1 replies
60 views
Can we cache/store Google Static Maps API images and re-serve them to reduce API usage?
We’re building a link-in-bio app where users can set a location (city/state/country only). We want to show a static map image (Google Static Maps API) on their public profile. To limit API usage and ...
0 votes
1 answer
60 views
HTML header content of Google Map InfoWindow doesn't work
Taken from official Google InfoWindow documentation page: headerContent optionalType: string|Element|Text optionalThe content to display in the InfoWindow header row. This can be an HTML element, or ...
2 votes
1 answer
77 views
Google Maps markers become very slow when adding more than 1000 markers – how to optimize?
I’m using the Google Maps JavaScript API to display markers on a map. When I add more than ~1000 markers, the map becomes very slow (zooming, panning, and rendering markers lag significantly). How can ...
0 votes
0 answers
81 views
iOS framework build fails with google_maps_flutter ^2.14.2 when running flutter build ios-framework
I am trying to generate iOS frameworks from a Flutter module using the flutter build ios-framework command. The build fails during the plugin compilation stage when the google_maps_flutter plugin is ...
0 votes
1 answer
97 views
How to change distance metric for Google Navigation SDK voice guidance on Android Auto?
I'm using Google Navigation SDK for Android Auto and I can't find a way of changing the metric for the voice guidance. Changing the locale on my smartphone settings, from a country that uses Miles to ...
0 votes
1 answer
153 views
curl error message "Object of class stdClass could not be converted to string" when using google computeRoute [closed]
I am using a curl request for my backend php class to access google's computeRoute. when I run a curl request with a string it works (as below). However dynamically generate the values with an array ...
2 votes
0 answers
187 views
Use contents of text field to call Google maps API
I am using a Google Map API and simply want to display how many miles it is from one city to the next using one textfield. The following code works, but the origin and destination are hard coded into ...
2 votes
2 answers
144 views
Script returns different Google Maps on different computers with same screen resolution
I hosted my DisplayMap.php script on a WEB site to display a Google Map with a specific latitude / longitude / zoom, supplied as parameters: <!DOCTYPE html> <head> <meta http-equiv=&...
1 vote
1 answer
102 views
Google Maps Marker & Bubble Misaligned on Android
Having some serious issues with Flutter Google Maps and markers with a bubble. No matter what I do I can't get the bubble to show above the marker in Android, but iOS works fine. Below is my sample ...
0 votes
0 answers
72 views
Error in country and city autocomplete google maps for USA cities
In my Android app, I'm using a field where users first choose a country and then a city, using a pair of Place Autocomplete (Legacy) elements. When the user selects a country, parameters are used to ...
0 votes
1 answer
94 views
Google Maps JS combining boundaries and circles
I'm attempting to combine 2 google map JS API examples: https://developers.google.com/maps/documentation/javascript/examples/circle-simple https://developers.google.com/maps/documentation/javascript/...