marker

What is the difference between "marker.setVisible(false)" and "marker.setMap(null)" in Google Maps v3?

I want to clear marker on Google Maps. What is the difference between marker.setVisible(false) and marker.setMap(null)? But i don't know which is right? Thanks ...

What to choose as a good marker in C?

Hello guys, So, I'm wondering if there's a good marker to choose in C, apart from the common 0xDEADBEEFor the less appealing (for proper code) 0x0BADA550. What's your favorite? Is there any reason to choose one particular value or another? ...

Is it possible to plot marker on map on mouse click event?

Hello, Is it possible to plot a marker on a map on mouse click event, if I click on a map it will genrate marker on that possition is it possible ,please suggest. ...

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 to use the Google Map API getlocation-function on, later on. In order to try it out I would like to move the marker with a drag and drop-function, and then check the location. Anyone who has gotten a drag and drop to work on an android marker, or ...

Is it possible to have timeline marker / add image to the slider in WPF using Blend?

I have research on my question but it seem like only silverlight have timeline marker.. I want to show the user when is the next part of the video going to start at on the video slider but I really got no idea how to do it. Or is it possible to add images near the slider, to show user where/when will be the next video parts going to star...

using WebView to view map and set marker (pin) on android

Hello everyone. I'm making an app on android, using webview to load google map (using this url for my webview: http://gmaps-samples.googlecode.com/svn/trunk/articles-android-webmap/simple-android-map.html). but i can't put a marker on that webview, can't somebody tell me how? thanks very much (and sorry because my terrible English :)) ...