65,817 questions
Tooling
0
votes
1
replies
45
views
Get data from Google Maps link
How can I programmatically extract a user’s Local Guide level and avatar name (or profile name) from a Google Maps contribution link? For instance, given a URL like the one above that points to a user’...
Best practices
0
votes
2
replies
42
views
How to reduce Google Distance Matrix API cost in a location-based application?
I am building a Node.js application where I need to calculate road distance between user location and multiple destinations (like nearby academies).
Currently, I am using Google Distance Matrix API
...
-1
votes
0
answers
152
views
Google Solar API buildingInsights returns significantly smaller roof area
I am building an application to extract solar potential data for commercial properties using the Google Solar API (buildingInsights:findClosest).
For most properties, it works perfectly. However, I am ...
Advice
0
votes
0
replies
74
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
2
replies
53
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%...
Tooling
1
vote
4
replies
185
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
87
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
80
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 ...
1
vote
1
answer
103
views
Google Maps markers become very slow when adding more than 1000 markers – how to optimize? [closed]
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
93
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
99
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
160
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
209
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
147
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
106
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 ...