Webista
unread,Oct 24, 2011, 11:30:41 PM10/24/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Maps JavaScript API v3
Is there any way or functions in Google map that allows you to have a
single origin with multiple directions?
e.g.
A --> B
A --> C
A --> D
So far what I did was this, using waypoints:
A --> B --> A --> C --> A --> D
But the problem with that solution is that, every destination goes
back to the origin.(B to A, C to A)
What I want is origin "to destinations only" without showing routes of
the destination going back to the origin just to go to the next
destination like the first example.
Thanks.