/tripkit/TripKitData/com.skedgo.tripkit.data.database.locations.bikepods/BikePodLocationEntity
BikePodLocationEntity
\ class BikePodLocationEntity
Constructors
| BikePodLocationEntity | constructor() |
Properties
| Name | Summary |
|---|---|
| address | var address: String? |
| bikePod | lateinit var bikePod: BikePodEntity |
| cellId | var cellId: String? |
| identifier | var identifier: String |
| lat | var lat: Double |
| lng | var lng: Double |
| modeInfo | var modeInfo: ModeInfoEntity? |
| timezone | var timezone: String? |