Type alias GeoPosition

GeoPosition: [number, number] | [number, number, number]

Represents the coordinates of a point. The first two required elements of the array are longitude (index 0) and latitude (index 1). The third and optional element is altitude (index 2), but is currently ignored in the geospatial queries calculations.

Generated using TypeDoc