Vehicle

data class Vehicle(vehicleType: VehicleType, @ColorInt serviceColor: Int?) : PathGeometrySegment.TravelMode

Properties

Link copied to clipboard
val serviceColor: Int?
Link copied to clipboard
val vehicleType: VehicleType