66,043 questions
0
votes
0
answers
17
views
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 ...
0
votes
1
answer
27
views
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 ...
-3
votes
1
answer
21
views
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 ...
-2
votes
0
answers
12
views
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 ...
0
votes
0
answers
22
views
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/...
0
votes
0
answers
46
views
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 ...
0
votes
0
answers
16
views
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 ...
-1
votes
0
answers
41
views
Why Google Map Route API is different from google map?
I request the google route api
{
"origin":{
"address": "日本福岡國際機場"
},
"destination":{
"address": "博多車站"
},
"travelMode&...
0
votes
0
answers
33
views
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. ...
-2
votes
0
answers
28
views
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 ...
0
votes
0
answers
14
views
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 ...
0
votes
0
answers
15
views
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)
...
0
votes
1
answer
53
views
Google Places components restrictions don't work
Consider the following code according with google documentation that's a is the way to restrict place search by country. It literally follows what the official documentation says and it just doesn't ...
-1
votes
0
answers
42
views
Unable to resolve module ../../Utilities/Platform [closed]
Web Bundling failed 2035ms node_modules\expo-router\entry.js (1237 modules)
λ Bundling failed 2036ms node_modules\expo-router\node\render.js (1672 modules) ...
1
vote
0
answers
26
views
I can't launch the application js solar potential (nodeJS)
Here is the application: https://github.com/googlemaps-samples/js-solar-potential
After running the npm install and npm run build commands, I end up with a build folder at the root. I tell the server (...