FasterRouteMetadata

data class FasterRouteMetadata(val centerPoint: Point, val differentSegment: List<Point>, val durationDiffSeconds: Int, val route: NavigationRoute)

Constructors

Link copied to clipboard
constructor(centerPoint: Point, differentSegment: List<Point>, durationDiffSeconds: Int, route: NavigationRoute)

Properties

Link copied to clipboard
val centerPoint: Point
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val route: NavigationRoute