python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Doud with the addMarker method
my name is George, I´m making an android app in android studio with google maps, I have a question, I´m still a beginner so I don´t understand why the data that you send to the method addmarker has th...
Jorge Barajas
Votes: 0
Answers: 1
How can I get position from a draggable marker in Google Maps?
This is my current method
private void createNewMarker() {
MarkerOptions AlarmMarker = new MarkerOptions();
AlarmMarker.position(SearchedLocation).alpha(2).draggable(true)
.snippet...
kushal
Votes: 0
Answers: 1
Google map marker cluster... grouping customize by a value in markers
I want to create a cluster with a specific value stored in the marker.
Is this possible?
enter image description here
cns Inno
Votes: 0
Answers: 1
Is there a way to add DOM element as marker for google map js api
I was able to find an archived library with "RichMarker.js" which solves my problem but is there any new or better solution to this problem.
What I am trying to do
Marker Image
I need to dis...
Muneeb
Votes: 0
Answers: 2