What is the meaning of Activity.Info.distanceToDestination?
According to the documentation it's "The distance to the destination in meters (m)." which made me think that totalDistance = elapsedDistance + distanceToDestination, but in the simulator (SDK 7.1.1, edge840) whatever I set in Simulation > Set Navigation Data > Distance To (m) will be returned in distanceToDestination all the time. I thought that as elapsedDistance increases the distanceToDestination will decrease.
Is this a misunderstanding from my part of what's the meaning of distanceToDestination or a misunderstanding of how the simulator works or is it a bug in the edge840 simulator?