On Nov 25, 4:01 pm, Map smurfs Earth <map.smurfs.ea...@gmail.com>
wrote:
> Hi all,
>
> im working on after the map is load, user able to *add two marker with
> click on the map & is draggable direction*.
http://code.martinpearman.co.uk/googlemapsapi/contextmenu/1.0/examples/advanced_example.htm
Let the user choose a location with a right-click, add a draggable
Marker to the location and the user can fine tune the location by
dragging the Marker.
Documentation can be found here:
http://code.martinpearman.co.uk/googlemapsapi/contextmenu/1.0/
Martin.
On Nov 25, 3:01 pm, Map smurfs Earth <map.smurfs.ea...@gmail.com>
wrote:
> Hi all,
>
> im working on after the map is load, user able to *add two marker with
> click on the map & is draggable direction*.
Sounds like you want this:
http://code.google.com/apis/maps/documentation/javascript/examples/directions-draggable.html
combined with this:
http://www.geocodezip.com/v3_example_click2add_infowindow.html
Like this:
http://www.geocodezip.com/v3_GoogleEx_directions-draggable_fromClick.html
-- Larry