Skip to main content

All Questions

-2 votes
0 answers
26 views

Migrating google maps api Marker to AdvancedMarker, properties not found [closed]

I'm doing a migration of google map markers from google.maps.marker to google.maps.marker.AdvancedMarkerElement , but the problem is when i try to use old properties visible, clickable from marker i ...
Luis Soto's user avatar
0 votes
1 answer
38 views

Control marker visibility by zoom level Reactjs

From the backend I receive data with locations, then I show them on the map. How can I make it so that on the map, depending on the zoom, the number of markers changes, and when you get closer, so ...
Raul Orujov's user avatar
-1 votes
1 answer
205 views

Reverse Geocode Locations in Google My Maps (Custom Map Locations to Street Addesses)

I have a custom map in Google's "My Maps" with a list of locations. What is the easiest way to reverse geocode these to the street addresses? i.e. I would like to export the data as a list ...
Alex Rothberg's user avatar
0 votes
2 answers
3k views

Jetpack Compose: How to click on Maker in Google Maps?

I use official Google Maps Compose lib and I can't understand...how implement click on the marker? @Composable fun MapContent(city: City) { val pos = LatLng(city.latitude, city.longitude) val ...
user avatar
0 votes
1 answer
246 views

Is it possible to add new location to Google Map API's using Data layer

I am very new to Google Map API's. I am reading through their documentation and trying to find out few things: Is it possible to add custom location to Google Map API's? So the scenario would be: ...
user9347049's user avatar
  • 2,005
0 votes
1 answer
1k views

Set image as marker

I'm working on a Flutter app with Google Maps. I'm trying to set an image as marker. Everything is working but if I set a particular set of images, I get this error: E/flutter ( 7241): [ERROR:flutter/...
Giovanni's user avatar
  • 119
-2 votes
1 answer
3k views

Get list of markers in Google Maps API

I have a map in Javascript on my landing page. I set several markers and have them info Windows to show when clicked. When you click a marker it shows the info window. The trouble is there is no way ...
notElonMusk's user avatar
0 votes
0 answers
103 views

Button Names are not showing in App Bar whereas the Title google Maps is visible

Actually not an error but buttons "Origin" and "DEST" are not showing in Appbar whereas the title is visible. Kindly help out with this. I am using google api to integrate Google ...
Usama Bin Tahir's user avatar
-2 votes
2 answers
70 views

Android: GoogleMaps marker details fragment

I'm a beginner in Android and I'm trying to achieve something similar to Google Maps App. When I press on a marker I want a new fragment with details to appear on top of my SupportMapFragment, like ...
s.dragos's user avatar
  • 642
2 votes
1 answer
317 views

How to smoothly animate current position with a custom LocationSource in Google Maps SDK?

I am using a custom LocationSource that provides updates every 300+ ms. Below you can observe that the coordinates updates are making the blue dot (current position) move in quite a shaky way (I was ...
Andrei Mesh's user avatar
1 vote
1 answer
157 views

how can i load list of url image inside DefaultClusterRenderer class

i have problem when I tried to load list of image by imageloader library inside many marks by ClusterRenderer I was asked to create a similar page 1- I got location by query in firebase database ...
Hassan Hallak's user avatar
0 votes
1 answer
176 views

Restore Google Maps state in Fragment

I am creating an application in which I have a fragment that contains a map. When the user clicks on the search bar, another fragment is displayed (Search Fragment) in which I handle all the search ...
mane's user avatar
  • 1
0 votes
0 answers
557 views

Android not in the main thread when using web sockets

I have an app where I have to use websockets to update markers on google map in real time. I successfully did the connection with web sockets and in the response I'm getting the json string. I parsed ...
Erald Developer's user avatar
0 votes
1 answer
3k views

How to get coordinates in polyline using google map?

I tried to create a polyline in google Maps. It's created and polyline also working fine. but I need when to click polyline to get coordinates. My Scenario(I have three markers in google map.so, three ...
hari prasanth's user avatar
0 votes
2 answers
3k views

How to check google map API is fully loaded or not using setimeout function?

First I checked without setTimeout function google map API is fully loaded or not using map idle function. it's working fine. but I tried using the setTimeout function in the google map loading page. ...
hari prasanth's user avatar

15 30 50 per page
1
2 3 4 5
12