Circle

public class Circle : Annotation

Represents the circle on the map.

Public

  • Declaration

    Swift

    public let annotationID: String
  • tag

    Declaration

    Swift

    public var tag: String?
  • Declaration

    Swift

    public var isSelectable: Bool
  • The coordinate of the center of the circle.

    Declaration

    Swift

    public var centerCoordinate: CLLocationCoordinate2D { get }
  • The radius of the circle.

    Declaration

    Swift

    public var radius: Double { get }
  • Whether the Circle in visible at the moment.

    Declaration

    Swift

    public var isVisible: Bool { get set }