Geo Location Entity
data class GeoLocationEntity(val id: Long = 0, val geoLocationsID: Long? = null, val administrativeUnitNameGeoLocationsID: Long? = null, val latitude: Double, val longitude: Double)
The class representation of the entity 'GeoLocation' from the database. This entity stores the geographic location (latitude and longitude) data.
Constructors
Properties
Functions
Link copied to clipboard
Converts the GeoLocationEntity into the GeoLocation