/tripkit/TripKitData/com.skedgo.tripkit.data.database.locations.facility/FacilityLocation

FacilityLocation

\ data class FacilityLocation(var id: String = "", var cellId: String? = null, var lat: Double = 0.0, var lng: Double = 0.0, var address: String? = null, var timezone: String? = null, var city: String? = null, var region: String? = null, var name: String? = null, var facilityType: String? = null)

Constructors

FacilityLocation constructor(id: String = "", cellId: String? = null, lat: Double = 0.0, lng: Double = 0.0, address: String? = null, timezone: String? = null, city: String? = null, region: String? = null, name: String? = null, facilityType: String? = null)

Properties

Name Summary
address var address: String?
cellId var cellId: String?
city var city: String?
facilityType var facilityType: String?
id var id: String
lat var lat: Double
lng var lng: Double
name var name: String?
region var region: String?
timezone var timezone: String?

Functions

Name Summary
toEntity fun toEntity(): FacilityLocationEntity