65,812 questions
Advice
0
votes
1
replies
33
views
Are google map APIs covered in the credits provided by Google cloud platform?
I have got $2000 credits from the startup plans from Google cloud for my startup. I just need to know whether google maps APIs are also included in those credits or their bills will be generated ...
Advice
0
votes
4
replies
67
views
View speed limits on Google Maps website from desktop
I’m a safety manager at a bus company & I often have drivers dispute their speeding violations on our onboard telematics system. Is there a way for me to lookup a speed limit of a road, like a map ...
Tooling
0
votes
1
replies
98
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
72
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
...
Advice
0
votes
0
replies
89
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
58
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
257
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
94
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
86
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 ...
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
102
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
165
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
223
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
152
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 ...