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
accuracy?: number
Property Value
number
latitude
Latitude of the location
latitude: number
Property Value
number
longitude
Longitude of the location
longitude: number
Property Value
number
timestamp
Time stamp when the location was captured
timestamp?: number
Property Value
number