Home > @i2analyze/i2connect > spi > GeoJSONPoint
spi.GeoJSONPoint type
The definition of a point in geospace.
Signature:
export type GeoJSONPoint = {
coordinates: GeospatialCoordinate;
} & Geometry;
References: GeospatialCoordinate, Geometry