Location

data class Location(    val thumbUri: Uri?,     val latitude: Double?,     val longitude: Double?,     val accuracy: Float?,     val address: String?) : Attachment

Constructors

Link copied to clipboard
fun Location(    thumbUri: Uri?,     latitude: Double?,     longitude: Double?,     accuracy: Float?,     address: String?)

Properties

Link copied to clipboard
val accuracy: Float?
Link copied to clipboard
val address: String?
Link copied to clipboard
val latitude: Double?
Link copied to clipboard
val longitude: Double?
Link copied to clipboard
val thumbUri: Uri?