Прочитать на английском

Поделиться через


Location interface

Warning

This API is now deprecated.

Data struture to represent the location information

Properties

accuracy

Accuracy of the coordinates captured

latitude

Latitude of the location

longitude

Longitude of the location

timestamp

Time stamp when the location was captured

Property Details

accuracy

Accuracy of the coordinates captured

TypeScript
accuracy?: number

Property Value

number

latitude

Latitude of the location

TypeScript
latitude: number

Property Value

number

longitude

Longitude of the location

TypeScript
longitude: number

Property Value

number

timestamp

Time stamp when the location was captured

TypeScript
timestamp?: number

Property Value

number