Readonly
accuracyThe accuracy of the latitude
and longitude
properties, expressed in meters.
Readonly
altitudeThe position's altitude in meters, relative to nominal
sea level. This value can be null
if the implementation cannot provide
the data.
Readonly
altitudeThe accuracy of the altitude
expressed in
meters. This value can be null
if the implementation cannot provide the
data.
Readonly
headingThe 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
.
Readonly
latitudeThe position's latitude in decimal degrees.
Readonly
longitudeThe position's longitude in decimal degrees.
Readonly
speedThe 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.