65,804 questions
0
votes
1
answer
74
views
Can I disable the "Hold CTRL + scroll to zoom" on a Google Maps iframe? [duplicate]
I'm using the following code:
<iframe
src="https://maps.google.com/maps?q=latitude,longitude&output=embed"
></iframe>
It works, but when the map is rendered, I see the ...
Advice
0
votes
1
replies
57
views
How can I generate waypoints directly on a highway instead of nearby locations?
I am building an AI system that generates routes and creates waypoints for navigation.
The problem is that when the AI identifies points along a highway, it often returns nearby locations (addresses, ...
Advice
0
votes
2
replies
46
views
google directions or maps paid api to support more than 10 stops
I'm working on an application to show routes to multiple drivers , some times a driver needs to have more than 10 stops.
how to configure google directions to support more than 10 stops using google ...
1
vote
1
answer
113
views
Google Maps Flutter Advanced Markers and Map Styles
I have an app that uses google maps flutter and has 4 map styles that can be changed programmatically
ligth mode
light mode without Points of Interest
Dark mode
Dark mode without Points of ...
Best practices
0
votes
2
replies
76
views
Google Places API: compliant way to batch match my own property database to Place IDs?
I have about 34,000 property records with my own names, addresses, and lat/lng.
I want to match each record to a Google Places place_id and store only the place_id plus match confidence.
Should I use ...
Advice
0
votes
1
replies
100
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
129
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
139
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
125
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
2
replies
139
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
66
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
518
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
114
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
109
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
1
answer
121
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 ...