appendPolygonInnerBoundaries()
The function adds a cutout to a polygon of the Maps EWO.
Synopsis
bool appendPolygonInnerBoundaries(int polygonId, dyn_float latitudes, dyn_float longitudes, layerId = 1)
Parameter
Parameter | Description |
---|---|
polygon | polygon number |
latitudes | List of latitudes of the cutout |
longitudes | List of longitudes of the cutout |
layerId | Layer number of polygon. Default: 1 |
Description
This function is used to add a cutout, defined by its corner coordinates, to a specified polygon. It returns false in case of an error.
Assignment
See also
addPolygon(), centerOnPolygon(), getPolygonColor(), getPolygonFillPattern(), getPolygonInnerBoundaries(), getPolygonLineType(), getPolygonLineWidth(), getPolygonOuterBoundaries(), getPolygons(), polygonExists(), removePolygon(), setPolygonColor(), setPolygonFillPattern(), setPolygonLineType(), setPolygonLineWidth(), setPolygonOuterBoundaries()