The Hub is now in read-only mode as we make improvements to the Hub experience. More information is available here.
08-08-2024 03:04 AM
09-16-2024 08:53 AM
The GPX and TCX files exported by Strava only contain GPS coordinates for each point along the route. In order to get directions for the route, you would need to use a service to take those coordinates, map them to specific roads, and return a set of directions. It's a complex problem.
Check out this Stackoverflow thread on snapping a polyline to roads - https://stackoverflow.com/questions/10513360/polyline-snap-to-road-using-google-maps-api-v3
You could also try the Google Routes API or Open Route Service or any other 3rd party routing tools.
09-16-2024 04:06 AM
To get directions data for a route, you can use mapping services like Google Maps or other GPS-based apps. Simply enter your starting point and destination, and the app will provide step-by-step directions along with distance and estimated travel time. You can also customize the route based on traffic conditions and preferences.
Welcome to the Community - here is your guide to help you get started!