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.