Skip to main content
Ask questions and share your thoughts on the future of Stack Overflow. Join our first live community AMA this Wednesday, February 26th, at 3 PM ET. Learn more
0 votes
1 answer
13 views

How to dismiss Google Maps iOS SDK performance monitor?

I'm using Google Maps SDK (version 9.3.0) and Google Maps Utils (version 6.1.0) for iOS. The performance monitor window automatically appears during app execution and persists on screen. This monitor ...
KimJitae's user avatar
  • 263
-2 votes
0 answers
19 views

Location on Google maps on Eventbrite won't change when setting up new event [closed]

I am copying an event created previously on Eventbrite but at a different location and venue in the UK. I've tried changing the location of the new event (changing the UK address and postcode) but ...
Jonathan Hall's user avatar
-1 votes
0 answers
12 views

Loop in adding billing accounts when creating Google Map API

I have a problem when creating billing address for using Google SDK API on iOS. I'm getting stuck at loop forever to add new billing address with India. After adding new billing account, Google is ...
Anh Bui's user avatar
  • 285
-2 votes
0 answers
20 views

How to add evChargeOptions to the Google business information [closed]

We have a company, and we own a number of charging stations. We hope to leverage the Google platform to provide map services to our users. We aim to use Java to call APIs, enabling users to find ...
Xiaoyu's user avatar
  • 1
-4 votes
0 answers
19 views

Google cloud API Key payment verification issue [closed]

I want to use google cloud API key to integrate maps in my app, but google asked to provide documentation such as CNIC etc to process payment credentials then API will work , but the issue I am facing ...
Asad Khan's user avatar
-6 votes
0 answers
26 views

How do I get the location's business profile logo?

I am working with My Business Business Information API. I need to retrieve the URL of a location logo. According to the documentation I need a MediaItem with Enum PROFILE or LOGO The problem is that I ...
Agent's user avatar
  • 43
-3 votes
0 answers
19 views

How can I visualize real city boundaries on a map from latitude and longitude data, and highlight boundaries on click?

I have a set of latitude and longitude data corresponding to various cities. I would like to: Display these points on an interactive map (e.g., using Leaflet, Google Maps, Mapbox, or another ...
sayed falil 's user avatar
0 votes
1 answer
18 views

How to remove map controls on angular + ionic + capacitor

I have an angular + ionic + capacitor project where I want to show a map with a searchbar and a card, I am using google maps but I want to remove the UI controls, like the yellow guy for the ...
Croicco's user avatar
  • 128
0 votes
1 answer
40 views

How to detect when a user enters or exits an expressway using Google Maps API in Android?

I'm building an Android app where I need to detect when a user enters or exits an expressway. I’m using the Google Maps API to track a user’s location in real-time. How can I identify if the user is ...
Isharas's user avatar
-3 votes
0 answers
29 views

Google Maps Issue: Blank Space Appearing at the Top of the Map [closed]

I created a new Google Maps style in Google Cloud Console using a Map ID. However, when the map loads, there is a large blank space at the top by default. This issue occurs both in the Google Cloud ...
Husein Salimuddin Shaikh's user avatar
1 vote
1 answer
67 views

Is it possible to remove the location permission only from an SDK used in an Android app?

I know that you can remove the location permission from an app via the code below in AndroidManifest.xml: <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" ...
doctorram's user avatar
  • 1,220
-1 votes
0 answers
33 views

How to attach an image to exact four coordinates in Google Maps iOS (GMSOverlay)?

I am trying to overlay an image on Google Maps in my iOS app using the Google Maps SDK (GMSOverlay). Instead of placing an image at a single coordinate (like with GMSMarker), I need to position an ...
Ayan Ansari's user avatar
-1 votes
1 answer
64 views

Can't set the zoom to my map without the app crashing

I'm developing an Android app using Jetpack Compose that uses Google Maps, and I'm trying to set the zoom of the map to my location. However, when the cameraPositionState is invoked, the app crashes. ...
joseangellt's user avatar
1 vote
0 answers
10 views

Error with Google Maps API in React: “Cannot read properties of undefined (reading ‘lH’)”

I am developing an application in React with TypeScript where I use the Google Maps API through the @vis.gl/react-google-maps library. The Google Maps API seems to load correctly the first time I open ...
Angel Villarruel's user avatar
0 votes
0 answers
11 views

MapView data not working correctly inside a Modal in React Native

reopened modal Initial open modal Need your help In React Native, I'm using MapView inside a modal. On the first load, the initial state of latitude, longitude, mapType, circle, and marker all work ...
Mohanraj P's user avatar

15 30 50 per page
1
2 3 4 5
4403