GeoCoordinates interface
Represents geographical coordinates.
Properties
| elevation | The elevation of the location. |
| latitude | The latitude of the location. |
| longitude | The longitude of the location. |
| name | The name of the geographical coordinates. |
| type | The type of the geographical coordinates. |
Property Details
elevation
The elevation of the location.
elevation: number
Property Value
number
latitude
The latitude of the location.
latitude: number
Property Value
number
longitude
The longitude of the location.
longitude: number
Property Value
number
name
The name of the geographical coordinates.
name: string
Property Value
string
type
The type of the geographical coordinates.
type: string
Property Value
string