Hi,
I am thinking about developing a SuuntoPlus Sports App for Suunto Race and I would like to create an advanced route navigation screen.
After reading the SuuntoPlus App Reference, I found navigation resources such as:
/Navigation/Poi/Active/Distance
/Navigation/Routes/NavigatedRoute/DistanceToDestination
/Navigation/Routes/NavigatedRoute/RemainAscent
/Navigation/Routes/NavigatedRoute/ETA
/Navigation/Routes/NavigatedRoute/ClosestPoint
These are very useful, but I could not find any API related to route waypoints.
My goal is to create a screen like this:
Waypoint List
Mountain Hut 1.2 km +120 m
Water Source 2.8 km +240 m
Summit 5.4 km +620 m
with crown/button navigation between waypoints.
Therefore I would like to know:
Can a SuuntoPlus Sports App access the list of waypoints from the currently active route?
Is there any API to retrieve:
waypoint count
waypoint index
waypoint name
waypoint coordinates
Is there any API that exposes route geometry or route points?
Is it possible to determine the distance and remaining ascent to a specific waypoint (not only to the route destination)?
Are there undocumented or upcoming Navigation/Poi resources that support waypoint-related functionality?
If this is currently not possible, are there any plans to expose route waypoint data to SuuntoPlus Sports Apps in future releases?
I believe this would enable highly useful hiking, trail running and MTB navigation apps on Suunto devices.
Thanks in advance.