All Questions
Tagged with android google-maps
18,519 questions
0
votes
1
answer
100
views
How to change distance metric for Google Navigation SDK voice guidance on Android Auto?
I'm using Google Navigation SDK for Android Auto and I can't find a way of changing the metric for the voice guidance.
Changing the locale on my smartphone settings, from a country that uses Miles to ...
0
votes
0
answers
99
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
128
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
0
answers
134
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
89
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 ...
Advice
0
votes
4
replies
411
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 ...
1
vote
3
answers
338
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 ...
0
votes
0
answers
77
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.
...
1
vote
1
answer
240
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>/...
0
votes
1
answer
346
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 ...
0
votes
0
answers
107
views
How to activate night mode automatically on Android Auto for a map using Google Navigation SDK?
I followed this documentation to show a Google map in my Android Auto app: https://developers.google.com/maps/documentation/navigation/android-sdk/android-auto#draw_the_map_and_navigation_ui
...
0
votes
1
answer
261
views
React Native Maps not showing Markers on Android, even though API data is fetched correctly
I'm building a React Native app to display location markers on a map using react-native-maps. I'm using the Google Maps provider on Android.
My problem is that the map loads, but the markers are not ...
1
vote
0
answers
232
views
Google Navigation SDK Android (7.0.0) — guidance arrow freezes on North after 5-15 minutes in navigati
Problem:
I’m integrating the Google Navigation SDK for Android into a Flutter app using Kotlin module. Navigation starts fine, but after 5-15 minutes in navigation, the blue arrow stops rotating with ...
0
votes
0
answers
81
views
Google Places SDK: How to prevent iOS text search from sorting results by distance?
I'm using the Google Places SDK for iOS and Android, along with the new Places API (New), to implement text-based place search (e.g., "pizza" near the current location).
I'm passing the same ...
0
votes
0
answers
224
views
React Native Maps Marker not Render on Android but work As expected on IOS
I’m using react-native-maps with clustering on the map. When zooming in, markers are displayed with images based on genres. The issue is that the markers are not rendering on Android, although they ...