MarkerCluster.MarkerCluster

MarkerCluster(Measurement)

Initializes a new instance of the MarkerCluster class.

public MarkerCluster(Measurement distance)
ParameterTypeDescription
distanceMeasurementSpecifies the distance that collects the nearest points.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionThe argument is less than or equal to zero.

See Also


MarkerCluster(MarkerCluster)

Initializes a new instance of the MarkerCluster class.

public MarkerCluster(MarkerCluster other)
ParameterTypeDescription
otherMarkerClusterThe other MarkerCluster to copy data from.

Exceptions

exceptioncondition
ArgumentNullExceptionThe argument is null.

See Also