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