i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > data > IGeoJsonMultiPolygon > coordinates

    data.IGeoJsonMultiPolygon.coordinates property

    Gets the geospatial coordinates of the polygons' vertices.

    Signature:

    coordinates: GeoJsonPosition[][][];
    

    Returns: GeoJsonPosition[][][]

    Introduced: API version 1.2

    Remarks

    The coordinates are an array of arrays of (longitude, latitude), where longitude is in degrees east and latitude is in degrees north.

    In this article
    • data.IGeoJsonMultiPolygon.coordinates property
    • Remarks
    Back to top © N. Harris Computer Corporation