Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
31 views

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>/...
Eklavya's user avatar
  • 11
1 vote
1 answer
53 views

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 ...
Benitto's user avatar
  • 21
0 votes
0 answers
59 views

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 ...
PAkultie's user avatar
  • 142
0 votes
2 answers
19 views

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'; ...
starleaf1's user avatar
  • 2,928
0 votes
0 answers
42 views

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 ...
Jojo56400's user avatar
  • 359
1 vote
0 answers
71 views

I am integrating Google Maps SDK for iOS into my Kotlin Multiplatform (KMP) project. Earlier I was using CocoaPods and everything was working. Now I migrated to Swift Package Manager (SPM) and removed ...
Pawandeep Singh's user avatar
1 vote
0 answers
242 views

I'm using the iOS Google Maps SDK to show maps in my app. On my maps, I also show some map markers. This has been working great, however I want the map to ignore the safe areas of the device so that ...
user5893820's user avatar
0 votes
1 answer
173 views

I have a UINavigation controller which on the second viewController has a Google Map view. In iOS 18 you would navigate normally around the map, and swipe your finger from the left side of the screen ...
Nic Hubbard's user avatar
  • 42.3k
1 vote
0 answers
216 views

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 ...
Daria's user avatar
  • 11
3 votes
0 answers
217 views

I upgraded my Expo app from SDK 51 to SDK 54 (React Native 0.81, react-native-maps 1.20.1). After the upgrade, my <Callout> inside <Marker> stopped showing data. Before upgrade it worked ...
Rehan Khan's user avatar
0 votes
0 answers
45 views

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 ...
komukomu2's user avatar
0 votes
0 answers
118 views

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 ...
Harsh Verma's user avatar
0 votes
1 answer
43 views

For andriod googlePlaceUikit . afre all function configureFromSearchByTextRequest, we really get the place list , but still has a question: can we get details from onLoad function, since the function ...
Na He's user avatar
  • 1
0 votes
1 answer
148 views

My app starts crashing if I update the module "com.google.maps.android:maps-compose" to version 6.7.2 with java.lang.NullPointerException: CameraUpdateFactory is not initialized With ...
georgij's user avatar
  • 2,260
2 votes
2 answers
61 views

I'm using @angular/google-maps and AdvancedMarkerElement to display custom markers on my Google Map. I can handle single clicks just fine with (mapClick), but (mapDblclick) never fires—even for a ...
Romain's user avatar
  • 21
4 votes
2 answers
159 views

I have an encoded polyline string: ivgfAw_}bNaAfMwBjZk@IUrCGlC?jBFjCDbAV~B^xBVdAJFbB~EpApClAzBfC~DfAbBvDxGFZvDxGtAzBpDbHp@hAbDdG|EhH@d@bEbGlDnFl\fi@lIfN~OlWvFbJ|BpDg@~x@bDdFtHfMvZ~f@hDvF|EzHhDxFxTj^...
Ragul PR's user avatar
  • 422
0 votes
1 answer
106 views

I have a maps which has marker. I want to add a KML layer on it to show a KML from google thanks to a KMZ file. But, when I add the new layer, the custom marker is no longer appearing. I'm using this ...
Elikill58's user avatar
  • 5,045
2 votes
1 answer
312 views

I’m using the Google Navigation SDK for Android together with the Routes API - directions/v2:computeRoutes. From computeRoutes I get two routes: the default one and an alternate. I want to navigate ...
zon1k's user avatar
  • 57
2 votes
2 answers
142 views

I’m using the Google Maps JavaScript API with a lot of SVG markers clustered using MarkerClusterer. When I zoom in and out, the map feels laggy and the zoom animation isn’t smooth — it stutters or ...
arisa nurfarina's user avatar
0 votes
0 answers
63 views

I am working on map project in android kotlin. i have one activity main and that implements the OnMapReadyCall back MainActivity.kt class MainActivity : BaseActivity(), OnMapReadyCallback, ...
Dixit vara's user avatar
1 vote
2 answers
149 views

I have a relatively simple question, I can't find an answer for. I'm using the google places api and store the ids. However the documentation states, that refreshing placeId is free of charge. It's ...
Joshit's user avatar
  • 1,347
0 votes
0 answers
94 views

im using the Google Navigation SDK in an Kotlin Android App and I am currently working on implementing EdgeToEdge since this is required for Android SDK 35+ For good borderless design I'm currently ...
mjd's user avatar
  • 139
1 vote
1 answer
70 views

I’m working on a WordPress website using the Elementor Pro page builder, and I’m trying to integrate a custom-styled Google Map on the "Contact Us" page. What I’ve done so far: Created a ...
Muhammad Ramzan's user avatar
0 votes
1 answer
65 views

the issue is when I fetch the devices latest info it triggers a re-render event for the hole map in order to see it new locaiton on the map . is there a way to just update the marker new position ...
Hedara Alhasan's user avatar
-1 votes
1 answer
81 views

While using the Geocoding API, I noticed that there are differences in determining the country, which do not exist in the Google Maps web interface. Example: Input address: city code 300000 + CN ...
Hugo Kern's user avatar

1
2 3 4 5
1319