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

SegmentsPolyLineOptions

\ data class SegmentsPolyLineOptions(val polyLineOptions: List<PolylineOptions>, val isTravelled: Boolean, val segmentId: Long? = null)

Constructors

SegmentsPolyLineOptions constructor(polyLineOptions: List<PolylineOptions>, isTravelled: Boolean, segmentId: Long? = null)

Properties

Name Summary
isTravelled val isTravelled: Boolean
polyLineOptions val polyLineOptions: List<PolylineOptions>
segmentId val segmentId: Long? = null