Skip to main content

Interface: Coordinate

An earth coordinate in terms of latitude and longitude.

Properties​

latitude​

• latitude: number

The latitude from the north pole to the south pole, passing through the international reference meridian. This ranges from 90 degrees in the north to -90 degrees in the south.

Defined in​

types.ts:11


longitude​

• longitude: number

The longitude around the equator ranging from 180 degrees in the east to -180 degrees in the west.

Defined in​

types.ts:16