MPICoordinates

@Serializable
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
constructor(latitude: Double, longitude: Double, accuracy: Double, floorLevel: Int?)

Properties

Link copied to clipboard

accuracy of the position

Link copied to clipboard

floorLevel of the position

Link copied to clipboard

latitude of the coordinate

Link copied to clipboard

longitude of the coordinate