LocationSimulationData

fun LocationSimulationData(    latitude: Angle,     longitude: Angle,     altitude: Distance? = null,     speed: Speed? = null,     bearing: Angle? = null,     horizontalAccuracy: Distance? = null,     verticalAccuracy: Distance? = null,     speedAccuracy: Speed? = null,     bearingAccuracy: Angle? = null)

Parameters

latitude

The latitude.

longitude

The longitude.

altitude

Optional the altitude above the WGS 84 reference ellipsoid.

speed

Optional the speed.

bearing

Optional the bearing.

horizontalAccuracy

Optional the estimated horizontal accuracy of this location, radial.

verticalAccuracy

Optional the estimated vertical accuracy of this location.

speedAccuracy

Optional the estimated speed accuracy of this location.

bearingAccuracy

Optional the estimated bearing accuracy of this location.