i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > Geometry

    spi.Geometry type

    A point or an area in geospace.

    Signature:

    export type Geometry = {
        type: 'Point' | 'Polygon' | 'MultiPolygon';
      };
    
    In this article
    Back to top © N. Harris Computer Corporation