coordinatesFromCurrentPointForDistance

fun coordinatesFromCurrentPointForDistance(progress: RouteProgress, currentLocation: Point?, limitDistanceInMeters: Int = LIMIT_DISTANCE_METERS, thresholdStepMeters: Int = THRESHOLD_STEP_METERS): List<Point>