Coordinates2D
type Coordinates2D: [number, number];
An ordered pair of coordinates in the form of [longitude, latitude].
Note that unlike the typical order, GeoJSON coordinates are in the order of [longitude, latitude] to match the order of [x, y] in Cartesian coordinates.
See
Coordinates3D
for 3D coordinates.