You can use coordinates instead of addresses in a GDirections call. If you only have them as GLatLng()s, you'll need to convert them to strings.
GDirections.loadFromWaypoints([point1.toUrlValue(5),point2.toUrlValue(5), point3.toUrlValue(5),...]) -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-api?hl=en -~----------~----~----~----~------~----~------~--~---
