VMELocation
class VMELocation(position: VMEPosition, bearing: Double, accuracy: Double)
Content copied to clipboard
VMELocation object incorporates the position within the map as well as values indicating the accuracy of the measurements and the bearing in which the location is moving.
Return
A new VMELocation object.
Since
1.2
Parameters
position
The position of the location. The position is represented graphically within the map.
bearing
The bearing of the location, measured in degrees. A bearing of 0 degrees indicates North. The bearing is used to orient the camera when location tracker is enabled. Negative values will be ignored.
accuracy
The radius of uncertainty for the location, measured in meters. The accuracy is represented graphically within the map. Negative values will be ignored.
Constructors
Link copied to clipboard
Link copied to clipboard
fun VMELocation(position: VMEPosition, bearing: Double, accuracy: Double)
Content copied to clipboard
Instantiate a new instance of VMELocation