step Distance Remaining
fun stepDistanceRemaining(location: Location, legIndex: Int, stepIndex: Int, directionsRoute: DirectionsRoute, stepPoints: List<Point>): Double
Calculates the distance remaining in the step from the current users snapped position, to the next maneuver position.
If the user is more than 1km away from the route, we are returning the total step distance.