Image
data class Image(val uri: String, val byteArray: ByteArray, val date: Long, val geoLocation: GeoLocation)
Represents an image used in the map screens.
Functions
Link copied to clipboard
Converts Image into Image Entity using the geoLocationID foreign key to associate to a geolocation
Link copied to clipboard
Converts the Image model into the view object ImageViewData used to represent images in the UI.