Skip to main content

Interface: LngLat

api.LngLat

Interface that represents a longitude, latitude coordinate, measured in degrees. Coordinates are defined in the WGS84 datum.

Hierarchy#

Properties#

lat#

• lat: number

Latitude, measured in degrees.

Defined in#

api/interfaces/LngLat.ts:9


lng#

• lng: number

Longitude, measured in degrees.

Defined in#

api/interfaces/LngLat.ts:14