MPIPosition
data class MPIPosition( val timestamp: Double? = 0.0, val coords: MPIPosition.MPICoordinates? = null, val type: String = "", val annotation: String? = null)
Content copied to clipboard
MPIPosition represents the geolocation of an object at a specific point in time
Constructors
Link copied to clipboard
fun MPIPosition( timestamp: Double? = 0.0, coords: MPIPosition.MPICoordinates? = null, type: String = "", annotation: String? = null)
Content copied to clipboard
Types
Link copied to clipboard
data class MPICoordinates( val latitude: Double, val longitude: Double, val accuracy: Double, val floorLevel: Int?)
Content copied to clipboard
This struct represents specific coordinates/location of an object
Functions
Link copied to clipboard
convert MPIPosition to string