65,902 questions
0
votes
0
answers
5
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 -> ...
0
votes
1
answer
51
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
49
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
42
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
52
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
50
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 "...
0
votes
1
answer
65
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
58
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
89
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 ...
-5
votes
0
answers
40
views
Finding location for device after mock map was sat [closed]
Looking to find out where the ip registered location was at when mock map was sat. I've put into cloud Dropbox and takeout and its all delete..? I've can't find anywhere online showing me the right ...
0
votes
0
answers
89
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
38
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 ...
0
votes
2
answers
43
views
NativeScript Android app closes when trying to add a marker in Google Maps
I'm having a problem with my code. I'm just trying to add a simple marker. Here's my implementation
<script setup lang="ts">
import { AbsoluteLayout, Page } from '@nativescript/core';
...
0
votes
0
answers
40
views
Google Maps Flutter camera center appears in top-left corner depending on Scaffold layout (extendBody / AppBar / bottomNavigationBar)
I'm building a custom map page in Flutter using `google_maps_flutter` (and a wrapper widget from `google_maps_drawing_tools`). I'm fighting a layout issue where the **camera target is not visually ...
0
votes
0
answers
53
views
How to prevent traffic prompts to overlap with travel estimates on Android Auto?
In my Android Auto app, I show a travel estimates using the NavigationTemplate.
The navigation is performed using Google Navigation SDK. This SDK can display an alert with a traffic prompt. This ...