/tripkit/TripKitData/com.skedgo.tripkit.data.database.timetables/AlertLocationEntity

AlertLocationEntity

\ data class AlertLocationEntity(val lat: Double, val lng: Double, val timezone: String, val address: String? = null)

Constructors

AlertLocationEntity constructor(lat: Double, lng: Double, timezone: String, address: String? = null)

Properties

Name Summary
address val address: String? = null
lat val lat: Double
lng val lng: Double
timezone val timezone: String