@ue-too/border / GeoCoord
Type Alias: GeoCoord
GeoCoord =
object
Defined in: projection.ts:13
Geographic coordinate representing a location on Earth's surface.
Remarks
Coordinates use the WGS84 standard:
- Latitude: -90 to 90 degrees (negative = south, positive = north)
- Longitude: -180 to 180 degrees (negative = west, positive = east)
Properties
latitude
latitude:
number
Defined in: projection.ts:17
Latitude in degrees (-90 to 90)
longitude
longitude:
number
Defined in: projection.ts:15
Longitude in degrees (-180 to 180)