i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > GeoJSONPolygon

    spi.GeoJSONPolygon type

    The definition of a polygon in geospace.

    Signature:

    export type GeoJSONPolygon = {
        coordinates: Array<Array<GeospatialCoordinate>>;
      } & Geometry;
    

    References: GeospatialCoordinate, Geometry

    In this article
    Back to top © N. Harris Computer Corporation