Interface: INoisePoint

H.clustering.INoisePoint

This interface represents a data point which does not belong to a cluster.

Extends

Methods

getData ()*

This method retrieves the data associated with the given noise point.

Returns:
Type Description
* Data associated with the noise point

getMinZoom ()number inherited

This method retrieves the minimum zoom level at which the given item is not part of another cluster.

Returns:
Type Description
number A value indicating the minimum zoom level

getPosition ()H.geo.Point inherited

This method retrieves the geographical position of the cluster result.

Returns:
Type Description
H.geo.Point An object containing the geographical coordinates of the location.

getWeight ()number inherited

This method retrieves the weight of the cluster result.

Returns:
Type Description
number A value indicating the weight of the cluster result.

isCluster ()boolean inherited

This method retrieves a value indicating whether the cluster result is a cluster or a noise point.

Returns:
Type Description
boolean true if the result is a cluster, otherwise false