Home > @i2analyze/i2connect > spi > GeospatialCoordinate
spi.GeospatialCoordinate type
An array in which the first element represents longitude, the second represents latitude, and the (optional) third represents altitude.
Signature:
export type GeospatialCoordinate = Array<number>;