Navigation Stats
data class NavigationStats(val totalDistance: Double? = null, val remainingDistance: Double? = null, val vehicles: List<StatsVehicles>? = null, val directions: List<Direction>? = null, val nextSteps: List<NavigationStep>? = null) : Parcelable
Constructors
Link copied to clipboard
constructor(totalDistance: Double? = null, remainingDistance: Double? = null, vehicles: List<StatsVehicles>? = null, directions: List<Direction>? = null, nextSteps: List<NavigationStep>? = null)
Properties
Link copied to clipboard
list of directions
Link copied to clipboard
list of next steps to show inside the app
Link copied to clipboard
number of meter from current navigation status to reach the destination
Link copied to clipboard
number of meter of the actual navigation path
Link copied to clipboard
list of vehicles