zuloloxi / gmlibrary

Automatically exported from code.google.com/p/gmlibrary
0 stars 1 forks source link

Create route via more than 8 points #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello. Can you Add functionality to calculate route 
 via more than 8 waypoints ? In Internet I found info that it is possible by execute few DirectionsRequest  and "sum" result of it

Original issue reported on code.google.com by bdk...@gmail.com on 30 Mar 2015 at 11:41

GoogleCodeExporter commented 9 years ago
Hi

If you have the waypoints ordained, you can do it with GMLib. With GMLib, you 
can get more than one (1) direction request. Only you need to set to False 
HiddeOthers property and you will show all requests into your map

Original comment by cadet...@gmail.com on 9 Apr 2015 at 7:44

GoogleCodeExporter commented 9 years ago
So I must  calculate for example 5 directions each for 8 points and sum it ? I 
don't know how to merge the routes to make each route  continuation of previous

Original comment by bdk...@gmail.com on 13 Apr 2015 at 6:25

GoogleCodeExporter commented 9 years ago
For example, if you want to go from point A to point M with B, C, D, E, F, G, 
H, I, J, K, L waypoints, you needs to call 2 times the Execute method, the 
firts from A to J with B, C, D, E, F, G, H and I waypoints, and another from J 
to M with K and L waypoints

Original comment by cadet...@gmail.com on 13 Apr 2015 at 5:16