Skip to main content
0votes
0answers
15views

How to set an initial value to PlaceAutocompleteElement

I am creating an autocomplete address input element via google.maps.places.PlaceAutocompleteElement, to let users autocomplete addresses. The thing is that users have previously saved their address in ...
hebrerillo's user avatar
-1votes
0answers
23views

How Google maps API be integrated with phone call API and GPRS API location api to get caller exact location onap [closed]

Either any third party location finder by phone number may be integrated with Google geopocation API and GPRS API of caller phone number.Or API Google maps and phone app with tracking API may be....
Adil Kamrann's user avatar
0votes
0answers
15views

Google Map Styles - How to access/edit an existing custom map style using JSON

I created a custom Map Style on the Google Cloud console. This map was created by uploading some JSON. Processed followed: map style->create style->JSON(tab)->Customize->save) This works ...
PhilM's user avatar
0votes
0answers
23views

Google Maps API Marker Clusterer show a dot instead of the numbers of markers inside the cluster using nextjs

I'm trying to do make a map with some POI and everything works fine except when I want to add a Marker Clusterer. In fact, I can see the cluster and interact with it, but instead of showing the number ...
Gormec's user avatar
0votes
1answer
40views

How to add 'open with' option of my flutter App (Android and ios)?

Search a lot but couldn't find satisfactory answer! [Want to add my Apps option here] enter image description here https://maps.google.com/?q=100.923101,100.399162 A Small example app would really ...
Riyas's user avatar
-3votes
1answer
25views

Automation of adding points to the map [closed]

I was wondering if there is currently some way to automate the addition of machine points to the overall google map (both in buildings and outside). Ideally some sort of api, but also a place to throw ...
nikita granich's user avatar
-2votes
0answers
14views

How can I gain access to more extensive search history to in google maps? [closed]

It turns out the guy who fixed our classic car is actually a scammer. We were referred him by a reputable shop who is now also having to deal with the truth of who he is and he has apologized. However ...
alyson thorne's user avatar
0votes
0answers
23views

Google Maps not displaying properly in my Expo React Native Android app (beige map with Google logo only)

I'm developing a React Native app using Expo and trying to integrate Google Maps on Android.In Expo Go, the map works fine. But after generating an APK using EAS build, the map only displays a beige/...
Oussama Bensaad's user avatar
0votes
0answers
56views

Google Maps Places API - 50km radius restriction not being enforced?

Problem According to the official Google Maps Places API documentation, the radius parameter is limited to 50,000 meters (50 km) for Autocomplete requests: radius The radius will automatically be ...
phdezann's user avatar
0votes
0answers
16views

What is the accuracy of the location in the metadata returned by the Google Street View API? [closed]

I am currently conducting research related to positioning, and I plan to use the Google Street View API as one of the data sources. When returning street view images, the Google Street View API also ...
GMX_sjtu's user avatar
-1votes
0answers
44views

Why Google Map Route API is different from google map?

I request the google route api { "origin":{ "address": "日本福岡國際機場" }, "destination":{ "address": "博多車站" }, "travelMode&...
just_code_dog's user avatar
0votes
0answers
43views

Android Java Plot Marker on Google Map with Geometry Point

How will I plot a marker on Google Map with my geometry points? Here is the sample geometry points POINT Z (642823.3317 937067.5592999998 0). I added a JTS dependencies which is org.locationtech.jts. ...
null_voyager's user avatar
-2votes
0answers
28views

Google Route Optimization API constraints issue [closed]

I'm working on a VRP (Vehicle Routing Problem) solution to handle employee transportation—basically getting people picked up from home and dropped off at a set location on time. Some employees have ...
Super T's user avatar
0votes
0answers
14views

Issue Upgrading a Vue.js 2.x Google Maps App to Vue 3.x: Markers Can't Be Deleted

As you might have seen in the topic's title, I'm currently trying to update an old instance of a Google Maps App using Vue.js (2.x) on a Wordpress website. I'm trying to get used to it since I'm not a ...
Akoceru's user avatar
0votes
0answers
16views

How to detect brand or chain place in Google Maps Autocomplete API for Android?

fun autocomplete( query: String, latLng: LatLng?, onSuccessListener: OnSuccessListener? = null, onFailureListener: OnFailureListener? = null, ) { val client = Places.createClient(applicationContext) ...
Shreyas S Y's user avatar

153050per page
close