- 
                  
                  Identifier for this annotation DeclarationSwift public let id: String
- 
                  
                  The geometry backing this annotation DeclarationSwift public var geometry: Geometry { get }
- 
                  
                  The point backing this annotation DeclarationSwift public var point: Point
- 
                  
                  Properties associated with the annotation DeclarationSwift public var userInfo: [String : Any]?
- 
                  
                  Toggles the annotation’s selection state. If the annotation is deselected, it becomes selected. If the annotation is selected, it becomes deselected. DeclarationSwift public var isSelected: Bool
- 
                  
                  Property to determine whether annotation can be manually moved around map DeclarationSwift public var isDraggable: Bool
- 
                  
                  Create a circle annotation with a Pointand an optional identifier.DeclarationSwift public init(id: String = UUID().uuidString, point: Point, isSelected: Bool = false, isDraggable: Bool = false)
- 
                  
                  Create a circle annotation with a center coordinate and an optional identifier DeclarationSwift public init(id: String = UUID().uuidString, centerCoordinate: CLLocationCoordinate2D, isSelected: Bool = false, isDraggable: Bool = false)ParametersidOptional identifier for this annotation coordinateCoordinate where this circle annotation should be centered 
- 
                  
                  Sorts features in ascending order based on this value. Features with a higher sort key will appear above features with a lower sort key. DeclarationSwift public var circleSortKey: Double? { get set }
- 
                  
                  Amount to blur the circle. 1 blurs the circle such that only the centerpoint is full opacity. DeclarationSwift public var circleBlur: Double? { get set }
- 
                  
                  The fill color of the circle. DeclarationSwift public var circleColor: StyleColor? { get set }
- 
                  
                  The opacity at which the circle will be drawn. DeclarationSwift public var circleOpacity: Double? { get set }
- 
                  
                  Circle radius. DeclarationSwift public var circleRadius: Double? { get set }
- 
                  
                  The stroke color of the circle. DeclarationSwift public var circleStrokeColor: StyleColor? { get set }
- 
                  
                  The opacity of the circle’s stroke. DeclarationSwift public var circleStrokeOpacity: Double? { get set }
- 
                  
                  The width of the circle’s stroke. Strokes are placed outside of the circle-radius.DeclarationSwift public var circleStrokeWidth: Double? { get set }
 CircleAnnotation Structure Reference
        CircleAnnotation Structure Reference