[]
Represents the multi polygon shape.
public sealed class GeoMultiPolygon : GeoGeometryCollection
| Name | Description |
|---|---|
| GeoMultiPolygon(IEnumerable<GeoPolygon>) | Initializes new instance of GeoMultiPolygon. |
| Name | Description |
|---|---|
| Bounds | Returns the bounds of the multi polygon shape. |
| Center | Gets the centroid of the multi polygon shape. |
| Polygons | Gets the inner polygon shapes. |