Top "Marker" questions

Google Map Marker (using in making Google Maps)

pyplot scatter plot marker size

In the pyplot document for scatter plot: matplotlib.pyplot.scatter(x, y, s=20, c='b', marker='o', cmap=None, norm=…

matplotlib marker scatter
Set Image from drawable as marker in Google Map version 2

I am using this part of code to add a marker in a MapFragment in Google Map Version 2. MarkerOptions op = …

android marker android-maps-v2
Google Maps Api 3 Remove Selected Marker Only

I've 2 function as below: function addMarker() { marker = new google.maps.Marker({ position: Gpoint, map: map, draggable: true, animation: google.maps.…

google-maps-api-3 selected marker
Opening InfoWindow automatically when adding marker Google Maps v2 Android

Is there a way to open the infowindow automatically when we add a marker? Using this code to add the …

android google-maps-android-api-2 marker infowindow
How to specify the size of the icon on the Marker in Google Maps V2 Android

In may app i use Map from Google Maps V2 and in this map i am trying to add markers …

android google-maps size marker
move marker on google maps api 2

How do I move marker on Google maps api V2 ? I am using below code but it does not move …

android google-maps google-maps-markers move marker
Google Map API Marker Icon Url?

I'm trying to change marker icon to "red-circle" or "red-pin" or anything else. In these codes; markerOptions: { icon: 'images/beachflag.…

google-maps url google-maps-api-3 icons marker
Android Custom marker icon

I'm working on application with Google maps so i want to define a custom marker for each custom place, For …

android marker
How does one implement drag and drop for Android marker?

Hi? I am working on a MapView app in Android. I have three markers that I want to be able …

android drag-and-drop android-mapview marker
Android map marker color?

What color is available to make a marker on Android map? How many colors are there and how to write …

android colors google-maps-android-api-2 marker