/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.utils/ServiceLineOverlayTask/ServiceLineInfo
ServiceLineInfo
\ class ServiceLineInfo(val waypoints: List<LatLng>?, val color: Int, var travelled: Boolean)
Constructors
ServiceLineInfo | constructor(waypoints: List<LatLng>?, color: Int, travelled: Boolean) |
Properties
Name | Summary |
---|---|
color | val color: Int |
travelled | var travelled: Boolean |
waypoints | val waypoints: List<LatLng>? |