ClusterAnnotationStyle

public enum ClusterAnnotationStyle

The style of the cluster annotation view.

  • Displays the annotations as a circle.

    • color: The color of the annotation circle
    • radius: The radius of the annotation circle

    Declaration

    Swift

    case color(UIColor, radius: CGFloat)
  • Displays the annotation as an image.

    Declaration

    Swift

    case image(UIImage?)