65,881 questions
0
votes
1
answer
76
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
50
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
38
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
58
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/...
-3
votes
0
answers
74
views
Google Local Services (/localservices/prolist) stopped returning results - is this service discontinued? [closed]
I am investigating a regression in an HTTP endpoint behavior that affects an existing data-collection pipeline.
Until recently, the following endpoint returned structured Local Services Ads (LSA) data ...
1
vote
1
answer
67
views
Google Cloud Monitoring API: How to query Distance Matrix "elements" instead of "requests"?
I'm trying to audit my Google Distance Matrix API usage to calculate costs per month.
Since billing is based on elements, counting the HTTP requests is not enough. I'm using the google.cloud....
Advice
0
votes
1
replies
79
views
Google Maps reloads tiles as gray when revisiting previously viewed area in @react-google-maps/api
I am using @react-google-maps/api^2.20.6 to display Google Maps in my React website.
When a user pans or zooms the map, Google Maps loads the tiles correctly.
However, when the user moves away and ...
0
votes
1
answer
81
views
play-services-maps for Android: Maps test app sticking on "Google Play services updating"
I wrote a very simple test app based on the "Google Maps Views Activity" template, then I add below code in AndroidManifest.xml:
<queries>
<package android:name="com.google....
0
votes
2
answers
94
views
Google Maps Platform computeRoutes Method X-Goog-FieldMask filters ignoring explicitly selected fields
I am trying to make filters for the data returned by the Google Maps Platform Compute Routes API documented here but adding selections for any fields that have latitude and longitude data ignores ...
0
votes
0
answers
118
views
Google Maps API Key won't display map
enter image description here
Trying to display Google Maps in my application using the Google Maps API key but only seeing a blank screen. I'm certain I've done everything correctly, not sure what's ...
Advice
0
votes
1
replies
68
views
How to connect 2 devices to the same android device
I'm developing an Android application that uses Google Maps and Bluetooth to track data from an Arduino Nano with an HC-06 module.
Currently, I can connect to one HC-06 device and process its data ...
Tooling
0
votes
1
replies
58
views
Tool for GPS points visualisazion
I have a list of GPS points (longitude, laditude). Is there any free website or tool to display them on a map.
They should be connected together and be displayed like a route.
Its for a GPS-Tracking ...
-1
votes
1
answer
90
views
Why Does Google Maps Cloud Styling Override Road Shield Text Color When Using Imported JSON?
I moved our web-based Google Map styling JSON to Google cloud-based map styling. I did this by creating a new map style and copying our web-based styling JSON to the cloud-based map style editor.
When ...
Advice
0
votes
4
replies
147
views
Google Maps API key free usage
I'm making a react-native app for android using Expo and react-native-maps. For fetching routes I'm using api.openrouteservice.org but for the tile provider I have to use google maps. Since I'm using ...
0
votes
0
answers
86
views
Can't get correct polyline routes from pickup to dropoff location
when you accept a trip, the flow works alright; you get a route from rider to passenger pickup location, you actually see the confirmation sheet. Which means status has moved from accepted -> ...