66,001 questions
1
vote
2
answers
51
views
Google maps place id refresh
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 ...
0
votes
0
answers
30
views
How to remove padding from Google Maps InfoWindow in Vue 3 to make image cover full popup?
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 ...
0
votes
0
answers
47
views
EdgeToEdge padding for SupportNavigationFragment Google NavigationSDK from Google Maps Platform
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 ...
0
votes
1
answer
28
views
How to prevent Google Map Static APi from returning nearby buildings?
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=...
1
vote
1
answer
32
views
Google Maps Custom Style Not Applying in WordPress (Elementor)
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 ...
0
votes
1
answer
40
views
Google business get placeId from storeCode
When using the Google Business API to retrieve locations managed by the end user, I get a storeCode. What I'm trying to do is check if that business location has a placeId on Google Maps or not.
...
0
votes
1
answer
36
views
how to avoid re-rendering for markers in google map component?
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 ...
0
votes
1
answer
42
views
Google map is not working in Android Release build
In my project, Google Maps works fine in other product flavors (both debug and release builds). But in the release build of one specific flavor, the map is showing blank.
I have already:
Added the ...
-1
votes
0
answers
43
views
google-api for geolaction not the same as about google maps
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
...
0
votes
0
answers
19
views
Google Maps Outage/Bug Related to Share/Embed?
Not sure if I'm doing something wrong functionally or if there's an outage/bug, you used to be able to go to a location, click share, embed a map, and the location/business name and a red marker would ...
0
votes
1
answer
37
views
setting minZoomPreference or maxZoomPreference on Compose GoogleMap doesn't work
I've a simple GoogleMap in Compose:
GoogleMap(
modifier = Modifier.fillMaxSize(),
cameraPositionState = cameraPositionState,
uiSettings = MapUiSettings(
...
0
votes
0
answers
66
views
googles direct dynamic script loading no longer works for Google's new auto complete
I am migrating to googles new places Auto complete. I am trying to load the script using Google recommended method for loading. They says there are 3 ways to load the map
Use dynamic library import.
...
1
vote
2
answers
105
views
Javascript dynamically load Google auto script to header tags: error c is not defined
I need to dynamically load goolge's new auto complete script to the head tags of a website. This is the new format of the script.
<script>
(g=>{var h,a,k,p="The Google Maps JavaScript ...
-4
votes
1
answer
48
views
Does the Google Geolocation API use triangulation or multilateration when multiple cell towers are provided?
I'm using the Google Maps Geolocation API to determine device location based on cellular data. The API allows submitting an array of cellTowers[] objects, each including fields like cellId, ...
2
votes
2
answers
47
views
unable to Remove full screen toogle from google maps -new autocomplete
I have implemented google map's new auto complete. I however want to restrict the map to a small div within my page.
The problem is that googles have a fullscreen toggle button on the top right corner ...