66,036 questions
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 ...
-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 ...
-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 ...
-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 ...
-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 ...
-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 ...
-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 ...
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 ...
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 ...
-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 ...
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"
...
-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 ...
-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. ...
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 ...
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 ...