Hi all, I want to build an application where GPS data is tracked using an Adroid phone, stored on a database and a route following all these coordinates is later displayed on the web. Now, I have seen the limitation of the DirectionsService causing a MAX_WAYPOINTS_EXCEEDED status error, so this won't work with a sufficient number of waypoints. Using polylines doesn't appear a valid option neither since it will not follow roads but rather create straight lines between neighboring waypoints.
So, what would be the right way of doing it? Can KML be of any help here? Or just send over pairs of neighboring waypoints to the DirectionsService, get the routing between these -- and append all the various routes as legs server-side on my own? Any hint most welcome. Thanks. -- 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.
