/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.database.scheduled_stops/LocationEntity
LocationEntity
\ data class LocationEntity(val id: Long = 0, val name: String?, val address: String?, val lat: Double, val lon: Double, val exact: Int, val bearing: Int, val favourite: Int, val favouriteSortOrderPosition: Int, val hasCar: Int, val hasMotorbike: Int, val hasTaxi: Int, val hasBicycle: Int, val hasPubTrans: Int, val scheduledStopCode: String?, val locationType: Int, val isDynamic: Int)
Constructors
| LocationEntity | constructor(id: Long = 0, name: String?, address: String?, lat: Double, lon: Double, exact: Int, bearing: Int, favourite: Int, favouriteSortOrderPosition: Int, hasCar: Int, hasMotorbike: Int, hasTaxi: Int, hasBicycle: Int, hasPubTrans: Int, scheduledStopCode: String?, locationType: Int, isDynamic: Int) |
Properties
| Name | Summary |
|---|---|
| address | val address: String? |
| bearing | val bearing: Int |
| exact | val exact: Int |
| favourite | val favourite: Int |
| favouriteSortOrderPosition | val favouriteSortOrderPosition: Int |
| hasBicycle | val hasBicycle: Int |
| hasCar | val hasCar: Int |
| hasMotorbike | val hasMotorbike: Int |
| hasPubTrans | val hasPubTrans: Int |
| hasTaxi | val hasTaxi: Int |
| id | val id: Long = 0 |
| isDynamic | val isDynamic: Int |
| lat | val lat: Double |
| locationType | val locationType: Int |
| lon | val lon: Double |
| name | val name: String? |
| scheduledStopCode | val scheduledStopCode: String? |