biggestPolygon()
function biggestPolygon(feature): Feature<Polygon | MultiPolygon, GeoJsonProperties>
If feature is a MultiPolygon, scans and returns the polygon with the largest area.
Parameters
Parameter | Type |
---|---|
feature | Feature <Polygon | MultiPolygon , GeoJsonProperties > |