GeolocationPosition

Overview

The GeolocationPosition interface represents the position of the concerned device at a given time. The position, represented by a GeolocationCoordinates object, comprehends the 2D position of the device, on a spheroid representing the Earth, but also its altitude and its speed.

Location

Properties


coords

 

property coords: dynamic read;

 

dynamic coords { get; }

 

var coords: dynamic { get{} }

 

dynamic coords { __get; }

 

ReadOnly Property coords() As dynamic

timestamp

 

property timestamp: DOMTimeStamp read;

 

DOMTimeStamp timestamp { get; }

 

var timestamp: DOMTimeStamp { get{} }

 

DOMTimeStamp timestamp { __get; }

 

ReadOnly Property timestamp() As DOMTimeStamp