Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
46 views

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 ...
Numan çalık's user avatar
-3 votes
1 answer
48 views

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

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....
zeke's user avatar
  • 3,663
0 votes
0 answers
52 views

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. ...
Đoàn Văn Quyết's user avatar
Advice
0 votes
1 replies
48 views

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 "...
djo's user avatar
  • 91
0 votes
1 answer
62 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
-4 votes
0 answers
58 views

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 ...
NeilM's user avatar
  • 1
1 vote
1 answer
89 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
-5 votes
0 answers
40 views

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 ...
Kayci Schneider's user avatar
0 votes
0 answers
86 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
Advice
1 vote
2 replies
38 views

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 ...
Joe's user avatar
  • 103
0 votes
2 answers
43 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
40 views

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 ...
DevMobile TC's user avatar
0 votes
0 answers
53 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
0 votes
0 answers
51 views

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 ...
Jojo56400's user avatar
  • 359
0 votes
0 answers
91 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
-4 votes
1 answer
104 views

Can I use Googlemaps API without an API Key and with a OAuth2 Token instead ? I did not found any sample URL, or something in the Google Docs with this OAuth2 access token instead the API key.
Freudi's user avatar
  • 159
1 vote
0 answers
245 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
161 views

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 ...
Hardik Jain's user avatar
0 votes
1 answer
213 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
0 votes
1 answer
93 views

Unlike the past, Google's new PlaceAutocompleteElement imposes its own styling on the input and it clashes with my site. In particular, the width is not full-width / fill. I see Google allows a small ...
bristweb's user avatar
  • 1,253
1 vote
0 answers
221 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
0 votes
1 answer
68 views

In kotlin, I want to load a KML file stored as XML and show it with default icon marker. Here is my actual code: val content = requireContext().openFileInput("map.kml") val layer = KmlLayer(...
Elikill58's user avatar
  • 5,045
3 votes
0 answers
230 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
1 vote
2 answers
48 views

I'm using the Google Maps API for getting static images of specific parts of a route (path), like this: https://maps.googleapis.com/maps/api/staticmap?size=800x800&path=color:0xFF0000|weight:5|51....
Roel Jansen's user avatar
0 votes
0 answers
46 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
76 views

i got sample google demo code from https://github.com/googlemaps-samples/android-samples/tree/main <meta-data android:name="com.google.android.geo.API_KEY" android:...
lingyun's user avatar
0 votes
0 answers
134 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
1 vote
2 answers
151 views

I am building an Android app where I want to display the actual railway line between two cities. If I just draw a Polyline using the lat/long of intermediate stations, it produces straight lines ...
Pawandeep Singh'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
1 vote
3 answers
386 views

Google Maps drawing manager has been deprecated since August 2025, and their advice is to switch to Terra Draw. I'm using @vis.gl/react-google-maps library to display a map on my react app, it ...
AxelC's user avatar
  • 30
0 votes
1 answer
149 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
111 views

Using the free Google Maps Embed API (iframe) with place and directions modes on the same domain/subdomain. Place mode works fine in all browsers. Directions mode works in Chrome/Firefox but fails in ...
akcasoy's user avatar
  • 7,318
2 votes
2 answers
62 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
0 votes
0 answers
55 views

I’m facing this issue in my Flutter project while using google_maps_flutter Exception has occurred. PlatformException (PlatformException(channel-error, Unable to establish connection on channel: &...
SNEHA NS's user avatar
4 votes
2 answers
161 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
119 views

I'm facing a platform channel error in my Flutter app when trying to use Google Maps. The error occurs specifically when calling getVisibleRegion() on the Google Maps controller. Error Details: ...
Ragul PR's user avatar
  • 422
0 votes
1 answer
107 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
0 votes
2 answers
94 views

I want to display a map inside a modal but it is not working. In my blade. <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCtTed7y_ePqg1QoDMHOyu01FtP_Ot-mDU" async ...
Mr_Moh's user avatar
  • 11
2 votes
1 answer
333 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
1 vote
1 answer
149 views

Im currently working on Angular 19.1.7 based project where I am trying load google maps via Javascript SDK. Im using below in index.html: <script src="https://maps.googleapis.com/maps/api/js?...
Selaka Nanayakkara's user avatar
2 votes
2 answers
162 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
1 answer
71 views

In the Google Cloud console, Google Maps Platform section, some quotas are just listed as (Unlabeled limit) as can be observed in the attached capture. Is this expected or is this a bug? I tried to ...
andynewman's user avatar
0 votes
0 answers
70 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
0 votes
1 answer
126 views

I'm using the Places SDK for Android and trying to get both addresses and business names in autocomplete predictions. Since setTypeFilter() was deprecated, I switched to setTypesFilter() as ...
mmm808's user avatar
  • 301
1 vote
2 answers
156 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
1 answer
95 views

I'm building a Google Maps component using vue3-google-map, and I want the image inside the InfoWindow to fully cover the popup — edge to edge, no default padding. The problem is that Google Maps ...
Tiago Fernandes's user avatar
0 votes
0 answers
100 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
0 votes
1 answer
38 views

In a Next.js application, I have this effect: useEffect(() => { if (!apiKey || !lat || !lng) return const metadataUrl = `https://maps.googleapis.com/maps/api/streetview/metadata?location=...
Ala Eddine Menai's user avatar
1 vote
1 answer
75 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

1
2 3 4 5
1319