MPIPosition
@Serializable
Content copied to clipboard
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, bearing: Double? = null)
Content copied to clipboard
Types
Link copied to clipboard
@Serializable
Content copied to clipboard
This struct represents specific coordinates/location of an object
Functions
Link copied to clipboard
convert MPIPosition to string
Properties
Link copied to clipboard
Optional property to override the bearing of the bluedot. Specifies the clockwise rotation angle in degrees from North. For example: - A value of 0 (or null) indicates North. - A value of 90 indicates East. - A value of 225 indicates Southwest. Nullable. Defaults to null if not provided. This property helps in setting a specific orientation for the bluedot.