StyledClusterAnnotationView
open class StyledClusterAnnotationView : ClusterAnnotationView
A cluster annotation view that supports styles.
-
The style of the cluster annotation view.
Declaration
Swift
public var style: ClusterAnnotationStyle
-
Initializes and returns a new cluster annotation view.
- annotation: The annotation object to associate with the new view.
- reuseIdentifier: If you plan to reuse the annotation view for similar types of annotations, pass a string to identify it. Although you can pass nil if you do not intend to reuse the view, reusing annotation views is generally recommended.
style: The cluster annotation style to associate with the new view.
Declaration
Swift
public init(annotation: MKAnnotation?, reuseIdentifier: String?, style: ClusterAnnotationStyle)
Return Value
The initialized cluster annotation view.
-
Undocumented
Declaration
Swift
required public init?(coder aDecoder: NSCoder)
-
Undocumented
Declaration
Swift
open override func configure()
-
Undocumented
Declaration
Swift
override open func layoutSubviews()