This interface represents an item in the results of a clustering operation.
Methods
-
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
-
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. -
This method retrieves the weight of the cluster result.
Returns:
Type Description number A value indicating the weight of the cluster result. -
This method retrieves a value indicating whether the cluster result is a cluster or a noise point.
Returns:
Type Description boolean trueif the result is a cluster, otherwisefalse