/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.database.location_history/LocationHistoryEntity
LocationHistoryEntity
\ data class LocationHistoryEntity(val address: String, val name: String?, val lat: Double, val lon: Double, val exact: Boolean, val bearing: Int, val phone: String, val url: String, val timezone: String?, val popularity: Int, val locationClass: String?, val w3w: String, val wewInfoURL: String, val createdAt: Long)
Constructors
| LocationHistoryEntity | constructor(address: String, name: String?, lat: Double, lon: Double, exact: Boolean, bearing: Int, phone: String, url: String, timezone: String?, popularity: Int, locationClass: String?, w3w: String, wewInfoURL: String, createdAt: Long) |
Properties
| Name | Summary |
|---|---|
| address | val address: String |
| bearing | val bearing: Int |
| createdAt | val createdAt: Long |
| exact | val exact: Boolean |
| lat | val lat: Double |
| locationClass | val locationClass: String? |
| lon | val lon: Double |
| name | val name: String? |
| phone | val phone: String |
| popularity | val popularity: Int |
| timezone | val timezone: String? |
| url | val url: String |
| w3w | val w3w: String |
| wewInfoURL | val wewInfoURL: String |