Location interface
Warning
This API is now deprecated.
Data struture to represent the location information
accuracy | Accuracy of the coordinates captured |
latitude | Latitude of the location |
longitude | Longitude of the location |
timestamp | Time stamp when the location was captured |
Accuracy of the coordinates captured
TypeScript
accuracy?: number
Property Value
number
Latitude of the location
TypeScript
latitude: number
Property Value
number
Longitude of the location
TypeScript
longitude: number
Property Value
number
Time stamp when the location was captured
TypeScript
timestamp?: number
Property Value
number