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

StopMarkerViewModel

\ data class StopMarkerViewModel(val trip: Trip, val stop: ServiceStop, val title: String?, val segment: TripSegment, val isTravelled: Boolean)

Constructors

StopMarkerViewModel constructor(trip: Trip, stop: ServiceStop, title: String?, segment: TripSegment, isTravelled: Boolean)

Properties

Name Summary
alpha val alpha: Float
fillColor val fillColor: Int
isTravelled val isTravelled: Boolean
position val position: LatLng
segment val segment: TripSegment
snippet val snippet: String?
stop val stop: ServiceStop
strokeColor val strokeColor: Int
title val title: String?
trip val trip: Trip