M P I Position
data class MPIPosition(timestamp: Double?, coords: MPIPosition.MPICoordinates?, type: String, annotation: String?)
Content copied to clipboard
MPIPosition represents the geolocation of an object at a specific point in time
Constructors
MPIPosition
Link copied to clipboard
fun MPIPosition(timestamp: Double? = 0.0, coords: MPIPosition.MPICoordinates? = null, type: String = "", annotation: String? = null)
Content copied to clipboard
Types
MPICoordinates
Link copied to clipboard
data class MPICoordinates(latitude: Double, longitude: Double, accuracy: Double, floorLevel: Int?)
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
copy
Link copied to clipboard
fun copy(timestamp: Double? = 0.0, coords: MPIPosition.MPICoordinates? = null, type: String = "", annotation: String? = null): MPIPosition
Content copied to clipboard
toString
Link copied to clipboard