65,902 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Tooling
0
votes
0
replies
11
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 ...
0
votes
0
answers
10
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 ...
0
votes
0
answers
46
views
How to convert Google My Maps KML hostedimage URLs (/m/*/<id>) into real public image URLs (/m/1/<id>) from inside a mobile app?
I’m building a mobile app (Ionic + Capacitor + React) that allows users to import their own Google My Maps KML files. Each KML <Placemark> often contains one or more photos.
The problem is that ...
Advice
0
votes
4
replies
88
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
28
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
1
answer
74
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
54
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
54
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
57
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
56
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 "...
1
vote
1
answer
82
views
Latest version of Compose Maps dependency throws "IllegalArgumentException: source must not be null"
When using com.google.maps.android:maps-compose in version 6.12.2 I get the following error building the project:
org.jetbrains.kotlin.util.FileAnalysisException: While analysing <redacted>/...
-4
votes
0
answers
61
views
google maps platform builder agent issues?
I have just started using the Google Maps Platform Builder Agent, and it's amazing. I created a map a few years ago of a group of specialists around the world, which could then be searched by location ...
1
vote
1
answer
98
views
Flutter Google Maps: setMapStyle deprecated, how to style the map in newer versions?
I'm using the latest version of google_maps_flutter, and I noticed that this code is now showing a deprecation warning:
if (_mapStyle != null) {
mapController.setMapStyle(_mapStyle);
}
I used this ...
0
votes
0
answers
102
views
Google Play warning about 16-KB page size — libgmm-jni.so not supported. How to fix?
Google Play is warning that my app does not support 16-KB page size. My app currently supports only 4-KB pages.
When I checked my AAB using the APK Analyzer, I found that the file libgmm-jni.so does ...
Advice
1
vote
2
replies
39
views
Google Maps Static API in Mail Body
In our Web Application we would like to send updates to users via mail.
The mail should contain a map, in the best case from Google Maps.
Our first idea was to simply use the `iframe` and display ...