tripkit-android / com.skedgo.tripkit.ui.utils / ServiceLineOverlayTask / ServiceLineInfo
ServiceLineInfo
open class ServiceLineInfo
Constructors
Name | Summary |
---|---|
<init> | ServiceLineInfo(waypoints: MutableList <LatLng!>!, color: Int , travelled: Boolean ) |
Properties
Name | Summary |
---|---|
color | val color: Int |
travelled | var travelled: Boolean |
waypoints | val waypoints: MutableList <LatLng!>! |