ClusterPosition

public enum ClusterPosition

The position of the cluster annotation.

  • Placed in the center of the grid.

    Declaration

    Swift

    case center
  • Placed on the coordinate of the annotation closest to center of the grid.

    Declaration

    Swift

    case nearCenter
  • Placed on the computed average of the coordinates of all annotations in a cluster.

    Declaration

    Swift

    case average
  • Placed on the coordinate of first annotation in a cluster.

    Declaration

    Swift

    case first