Typescript Library Declarations (DOM)
Interface GeolocationPosition
Available only in secure contexts.
MDN Reference
interface
GeolocationPosition
{
coords
:
GeolocationCoordinates
;
timestamp
:
number
;
toJSON
(
)
:
any
;
}
Index
Properties
coords
timestamp
Methods
toJSON
Properties
Readonly
coords
coords
:
GeolocationCoordinates
MDN Reference
Readonly
timestamp
timestamp
:
number
MDN Reference
Methods
toJSON
toJSON
(
)
:
any
MDN Reference
Returns
any
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
coords
timestamp
Methods
toJSON
Typescript Library Declarations (DOM)
Available only in secure contexts.
MDN Reference