For what it's worth... http://www.gmap-pedometer.com/ is doing exactly what I'd like to do, but I'm having a hard time following the obfuscated code, and I see no reference to routes of any kind....
Obfuscated, minified, code: http://www.gmap-pedometer.com/gmapPedometer.js Formatted version of the above: http://pastebin.com/m1a41f813 On Aug 17, 1:33 pm, Josh <[email protected]> wrote: > I need to split a given GRoute into smaller subsections along the > route. However, it looks like given the Groute I can only determine > the start Lat/Lng and the end LatLngs and no information about how the > route may meander in between. > > I suppose I could take those lat/lngs and create a new GDirections > object, grab the new Routes and repeat until the intervals are small > enough, but I think that may very quickly reach the 25 lat/lng limit > on Gdirections. > > There's got to be a better way to do this. Any suggestions? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
