Skip to content

@ue-too/border / index / GeoCoord

型エイリアス: GeoCoord

GeoCoord = object

定義: 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)

プロパティ

latitude

latitude: number

定義: projection.ts:17

Latitude in degrees (-90 to 90)


longitude

longitude: number

定義: projection.ts:15

Longitude in degrees (-180 to 180)