On Sep 11, 4:57 pm, ironcito <[email protected]> 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 -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
