On Sep 11, 4:57 pm, ironcito <
cor...@ironcito.com> wrote:
> Hello!
>
> A user drags a route and creates a waypoint.
> How do I reference that waypoint?
I don't think the drag operation results in a waypoint (at least that
you can access).
> For example, if I want to know its position, or delete it
> when the user right-clicks it.
I don't know that you can get access to it to delete it.
You can process the results object to find the start and end of each
step; but I don't know that the dragged location will appear in that.
You can do it all manually, but that loses some of the coolness of the
new draggable directions.
You could probably create a feature request for access to the
waypoints used to create the final route.
http://code.google.com/p/gmaps-api-issues/issues/list?can=2&q=apitype:Javascript3
-- Larry
>
> Thanks in advance!
>
> Diego