On Apr 7, 11:21 am, muddy <[email protected]> wrote: > I have this script > runninghttp://muddy-bikes.co.uk/trails.php?route=5&title=Hucknall%20to%20new... > and i would like it to calculate the overall distance in miles of the > routes. > Could anybody point me in the right direction on how to achieve this.
It looks to me like your GPX parser doesn't expose the polylines. You would need to modify it to expose the polylines (so you can use EPoly.Distance() on them, which returns the total length of the path in metres). Alternatively, you could reprocess the xml to calculate the distance... -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
