PMVehiclePosition
data class PMVehiclePosition(val coordinates: PMGeoCoordinates? = null, val speed: Float = 0.0f, val speedUnits: PMSpeedUnits, val heading: Float = 0.0f)
Represents information about current vehicle location, speed and course
Constructors
Link copied to clipboard
fun PMVehiclePosition(coordinates: PMGeoCoordinates? = null, speed: Float = 0.0f, speedUnits: PMSpeedUnits, heading: Float = 0.0f)