@ue-too/border / index / GeoCoord
型別別名: GeoCoord
GeoCoord =
object
定義於: projection.ts:13
Geographic coordinate representing a location on Earth's surface.
備註
Coordinates use the WGS84 standard:
- Latitude: -90 to 90 degrees (negative = south, positive = north)
- Longitude: -180 to 180 degrees (negative = west, positive = east)
屬性
latitude
latitude:
number
定義於: projection.ts:17
Latitude in degrees (-90 to 90)
longitude
longitude:
number
定義於: projection.ts:15
Longitude in degrees (-180 to 180)