Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun coordinatesFromCurrentPointForDistance(progress: RouteProgress, currentLocation: Point?, limitDistanceInMeters: Int = LIMIT_DISTANCE_METERS, thresholdStepMeters: Int = THRESHOLD_STEP_METERS): List<Point>
Link copied to clipboard
fun coordinatesUpUntilIndex(precision: Int, leg: RouteLeg, lastGeometryIndex: Int, limitDistanceInMeters: Int = Int.MAX_VALUE, thresholdStepMeters: Int = THRESHOLD_STEP_METERS): List<Point>