MPICoordinates

data class MPICoordinates(    val latitude: Double,     val longitude: Double,     val accuracy: Double,     val floorLevel: Int?)

This struct represents specific coordinates/location of an object

Constructors

Link copied to clipboard
fun MPICoordinates(    latitude: Double,     longitude: Double,     accuracy: Double,     floorLevel: Int?)

Properties

Link copied to clipboard
val accuracy: Double

accuracy of the position

Link copied to clipboard
val floorLevel: Int?

floorLevel of the position

Link copied to clipboard
val latitude: Double

latitude of the coordinate

Link copied to clipboard
val longitude: Double

longitude of the coordinate