'Declaration
Protected Function New( _ ByVal type As GeoGeometryType, _ ByVal geometries As IEnumerable(Of GeoGeometry) _ )
protected GeoGeometryCollection( GeoGeometryType type, IEnumerable<GeoGeometry> geometries )
Parameters
- type
- The geometry type.
- geometries
- The inner geometries enumerator.