Properties
public accuracy: number
Accuracy of location in meters.
public altitude: number
Height of the position above the WGS84 ellipsoid in meters.
public altitudeAccuracy: number
Accuracy of altitude in meters.
Geographical bounds of the area user is located in (with respect to the accuracy
of location).
public heading: number
The direction of travel in degrees counting clockwise from true North.
public latlng: LatLng
Detected geographical location of the user.
public speed: number
Current velocity in meters per second.
public target: any
The object that fired the event.
public timestamp: number
The time when the position was acquired.
public type: string
The event type (e.g. 'click').