65,806 questions
0
votes
0
answers
8
views
Google Map opening issue using Linking.canOpenURL(url)
I'm using react native for app development and i have to open maps through my app
if (Platform.OS === 'ios' && mapProvider === 'apple') {
// Apple Maps doesn't support Google Place IDs,...
Advice
0
votes
0
replies
35
views
Maps data: Timeline for detailed streets expansion across US cities?
Detailed streets in Google Maps are an essential part of the service--especially for navigation--that display lane markings on arterial and surface streets on the map. This is powered by machine ...
0
votes
1
answer
86
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
1
vote
1
replies
66
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
53
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
123
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
78
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
105
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
134
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
143
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
128
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
147
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
570
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 ...