[]
Represents the geospatial multi-point shape.
public sealed class GeoMultiPoint : GeoGeometryCollection
| Name | Description |
|---|---|
| GeoMultiPoint(IEnumerable<GeoPoint>) | Initializes a new instance of the GeoMultiPoint class. |
| Name | Description |
|---|---|
| Bounds | Returns the bounds of the multi-point shape. |
| IsEmpty | Returns a value indicating whether the collection is empty. |
| Points | Gets the inner points shapes. |