RouteProgress

class RouteProgress : Parcelable

Class containing information about navigation route.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val distanceToEnd: Int

Driving distance from current position to route end

Link copied to clipboard
@get:FloatRange(from = 0.0, to = 1.0)
val progress: Float

Route progress

Link copied to clipboard
val timeToEnd: Int

Route duration to end without traffic and speed profiles

Link copied to clipboard
val timeToEndWithSpeedProfileAndTraffic: Int

Route duration to end with current traffic

Link copied to clipboard
val timeToEndWithSpeedProfiles: Int

Route duration to end with speed profiles

Link copied to clipboard
val toEndBoundingBox: GeoBoundingBox

Geographic bounding box of route polyline from current position to end position

Link copied to clipboard
val transportMode: Int

Transport mode currently using on the route

Link copied to clipboard
val waypointTimes: List<WaypointDuration>

Waypoint durations from current position last item represents finish waypoint with durations from now to end