Showing posts with label gpx directions. Show all posts
Showing posts with label gpx directions. Show all posts
1 November 2015
Testing Geo Location in iOS and Android apps using Google Maps
This blog has moved to https://blog.sverrirs.com/2015/11/testing-geo-location-in-ios-and-android.html
26 August 2015
Update #4 Google Maps Directions to GPX data w/elevation data
The Google Maps Directions to GPX tool now has support for elevation data for each route/track point.
Try it here
This data is obtained by sampling along the given path, which in this case will be the start and end point of your directions.
Due to restrictions in the Google Elevation API, rather than return elevation data at each route point along the path, I had to implement the tool to request elevation by sampling along the length of the path. The number of samples requested is equal to the number of route points. Due to the fact that the path is sampled along the surface of the earth the accuracy of this elevation data might have a high degree of in-accuracy.
Try it here
Elevation Notes
The tool relies on the Google Elevation API for elevation information.This data is obtained by sampling along the given path, which in this case will be the start and end point of your directions.
Due to restrictions in the Google Elevation API, rather than return elevation data at each route point along the path, I had to implement the tool to request elevation by sampling along the length of the path. The number of samples requested is equal to the number of route points. Due to the fact that the path is sampled along the surface of the earth the accuracy of this elevation data might have a high degree of in-accuracy.
Labels:
garmin
,
GMap2GPX
,
Google Maps
,
google maps directions to gpx
,
gps
,
gpx directions
,
Route
,
translated google maps directions in gpx
Subscribe to:
Posts
(
Atom
)