I was interested to see the new feature Custom Waypoints on Strava Routes! I'm wondering how an app using the Strava REST API can query for the custom waypoints.
What I tried:
- A request to https://www.strava.com/api/v3/athlete/routes didn't show the custom waypoints I added
- From https://www.strava.com/api/v3/routes/3153006196918182754 I don't see the custom waypoints either
I was hoping I could use the custom waypoints to remind myself with things like "double check if this road should be marked private in openstreetmap." (That's the main reason I use my custom web app: it shows my strava route overlaid with openstreetmap layers for e.g. private roads, fixme tags, etc.)
I don't think the official Strava Android app shows the custom waypoints either: I choose a route before starting recording a run, and the waypoints aren't visible yet.
If there's some "developer roadmap" of when we can expect the android app and/or API to support custom waypoints, I'd love to see it!