ReadonlyaccuracyThe accuracy of the latitude and longitude
properties, expressed in meters.
ReadonlyaltitudeThe position's altitude in meters, relative to nominal
sea level. This value can be null if the implementation cannot provide
the data.
ReadonlyaltitudeThe accuracy of the altitude expressed in
meters. This value can be null if the implementation cannot provide the
data.
ReadonlyheadingThe direction towards which the device is facing. This
value, specified in degrees, indicates how far off from heading true north
the device is. 0 degrees represents true north, and the direction is
determined clockwise (which means that east is 90 degrees and west is
270 degrees). If speed is 0 or the device is unable to provide
heading information, heading is null.
ReadonlylatitudeThe position's latitude in decimal degrees.
ReadonlylongitudeThe position's longitude in decimal degrees.
ReadonlyspeedThe velocity of the device in meters per second. This value
can be null if the implementation cannot provide the data.
Parameters for creating a GeolocationCoordinates object.