ImageWithAdministrativeUnitNameAndGeoLocation

data class ImageWithAdministrativeUnitNameAndGeoLocation(val imageEntity: ImageEntity, val geoLocationWithAdministrativeUnitName: GeoLocationWithAdministrativeUnitName)

This class represents the combined result of retrieving an Image entity along with its associated geolocation data and optional administrative unit name.

Constructors

constructor(imageEntity: ImageEntity, geoLocationWithAdministrativeUnitName: GeoLocationWithAdministrativeUnitName)

Properties

Link copied to clipboard

The geolocation data and its optional associated administrative unit name (one-to-one relationship).

Link copied to clipboard

The image data retrieved from the database.