I am trying to place a marker that can be moved (movable marker) using Mapstraction Google Maps v3. But I cannot find the right settings.
I can place a static marker. But cannot find the configuration for a movable marker. Any one has any thoughts on this?
Cheers, RD
(I assume you are using version 3.9 of the API)
Have you tried setting draggable to true in the constructor?
(Which takes):
https://developers.google.com/maps/documentation/javascript/reference#MarkerOptions
You could also look a bit further into the mouse event classes, the marker class has a SetPosition method, and mouse event has a OnMouseOver event or something to that degree and a OnMouseClick event, or something like that.
Now I have never worked with this API before and I dont do to much Javascript but il try to make some pseudo code.
Option A:
I assume that this may make the object draggable.
Option B: