/tripkit/TripKitData/com.skedgo.tripkit.data.database.stops/StopLocationEntity
StopLocationEntity
\ class StopLocationEntity
Constructors
| StopLocationEntity | constructor() |
Properties
| Name | Summary |
|---|---|
| address | var address: String? |
| bicycleAccessible | var bicycleAccessible: Boolean |
| code | var code: String |
| lat | var lat: Double |
| lng | var lng: Double |
| modeInfo | lateinit var modeInfo: ModeInfoEntity |
| name | lateinit var name: String |
| popularify | var popularify: Int |
| services | lateinit var services: String |
| stopType | lateinit var stopType: String |
| timeZone | var timeZone: String? |
| wheelchairAccessible | var wheelchairAccessible: Boolean |
Functions
| Name | Summary |
|---|---|
| toScheduledStop | fun StopLocationEntity.toScheduledStop(): ScheduledStop |