ILocation interface
Interface for location coordinates
Properties
accuracy | Accuracy of the location. |
latitude | Latitude of the location. |
longitude | Longitude of the location. |
timestamp | Timestamp |
Property Details
accuracy
Accuracy of the location.
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
Timestamp
timestamp?: number;
Property Value
number