MarkerCluster.MarkerCluster
MarkerCluster(Measurement)
Initializes a new instance of the MarkerCluster class.
public MarkerCluster(Measurement distance)
| Parameter | Type | Description |
|---|
| distance | Measurement | Specifies the distance that collects the nearest points. |
Exceptions
| exception | condition |
|---|
| ArgumentOutOfRangeException | The argument is less than or equal to zero. |
See Also
MarkerCluster(MarkerCluster)
Initializes a new instance of the MarkerCluster class.
public MarkerCluster(MarkerCluster other)
| Parameter | Type | Description |
|---|
| other | MarkerCluster | The other MarkerCluster to copy data from. |
Exceptions
| exception | condition |
|---|
| ArgumentNullException | The argument is null. |
See Also