tripkit-android / com.skedgo.tripkit.data.database.timetables / AlertLocationEntity
AlertLocationEntity
data class AlertLocationEntity
Constructors
Name | Summary |
---|---|
<init> | AlertLocationEntity(lat: Double , lng: Double , timezone: String , address: String ? = null) |
Properties
Name | Summary |
---|---|
address | val address: String ? |
lat | val lat: Double |
lng | val lng: Double |
timezone | val timezone: String |