I am working on a navigation app. One of the things I would like is to be able to tap into the user's saved locations to show them on a map.
Right now, there is no way to access the position of a user waypoint:
https://forums.garmin.com/developer/connect-iq/f/discussion/398301/persistedcontent-get-waypoint-coordinates
I addition to position, I would like to be able to access the elevation, icon, as well as some info on the application that created it. Even better would be if I can associate these fields and additional metadata fields with a waypoint when creating them.
Currently, I can workaround by managing my own persisted waypoints within the app. But it would be much better if the experience could be more seamless.