Reputation: 9
I am using following URL in for getting routes
http://maps.google.com/maps?output=dragdir&saddr=AddrOflocationA&daddr= AddrOfLocationB
I need to show several paths between two destinations as we see on Google <aps.
Upvotes: 0
Views: 1940
Reputation: 2723
See previous answer here: Using Google Maps 3 API to get multiple routes on a Map
Effectively you'll need to store the results of the routes queries in an array and then render them to the map.
Upvotes: 0