65,905 questions
0
votes
0
answers
64
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
45
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 ...
0
votes
0
answers
74
views
How do ride-hailing apps like Uber or Rapido achieve smooth and accurate live driver tracking? [closed]
I am building a mobile application (Flutter) that requires real-time driver location tracking, similar to apps like Uber, Rapido, or Ola.
I understand that raw GPS data from a device can be inaccurate ...
1
vote
0
answers
71
views
Google Maps custom markers show low image resolution on flutter [closed]
I'm adding a feature in Flutter that displays location images and ratings as markers using Google Maps.
However, I'm concerned that the marker resolution is much lower than expected.
When I use Mapbox,...
-1
votes
1
answer
85
views
Blue grid / tile boundary lines appear during zoom after drawing shapes in @vis.gl/react-google-maps [closed]
I am using @vis.gl/react-google-maps with the Google Maps Drawing Library to draw polygons, rectangles, and circles.
The map works correctly, but blue grid lines (tile boundaries / projection seams) ...
-1
votes
0
answers
78
views
Google Maps keeps asking to setup a Maps-only project and billing account [closed]
So I tried to generate an API key for Google Maps for my Flutter project. But every time I click on the Google Maps Platform or any of its services, the pop-up below always appears, asking for a ...
Tooling
0
votes
1
replies
53
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
73
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
129
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
1
answer
76
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 -> ...
1
vote
3
answers
180
views
Flutter Google Maps always follows system theme on Android (can’t force light mode)
I’m experiencing an issue with the Google Maps Flutter Navigation SDK on Android.
I want my map to always stay in light mode, regardless of the device’s system theme. My app is forced to light mode ...
-3
votes
1
answer
65
views
Google map displays the message "This page did not load Google Maps correctly."
My Google map displays the message "This page did not load Google Maps correctly." But enabled Billing in Google Cloud but I'm still getting the error BillingNotEnabledMapError. Any idea ...
0
votes
0
answers
83
views
Google maps JS API PinElement deprecation without clear alternative
I'm using the Google Maps JavaScript API and creating advanced markers using the PinElement class. I was creating these pin elements like this:
glyph = document.createElement("div");
glyph....
0
votes
0
answers
65
views
Navigation sound at start sometimes missing
Please check for me if the code is correct, the function call position is reasonable.
Because there is currently a problem that the navigation sound when starting Navigation is sometimes absent.
...
Advice
0
votes
1
replies
61
views
Google maps Border-radius with gmp-map integration
I use the last best practice to integrate google map into a web page in JS: https://developers.google.com/maps/documentation/javascript/adding-a-google-map
This method create a shadow-root "...