/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.map/PolylineConfig

PolylineConfig

\ data class PolylineConfig(val inActiveColor: Int, val activeColor: Int, val activeTripUuid: String? = null)

Constructors

PolylineConfig constructor(inActiveColor: Int, activeColor: Int, activeTripUuid: String? = null)

Properties

Name Summary
activeColor val activeColor: Int
activeTripUuid val activeTripUuid: String? = null
inActiveColor val inActiveColor: Int