Circle

public protocol Circle : Annotation

Protocol that represents the requirements of a circle

Important

This is a Public Preview API. It may be changed or removed at any time.
  • coordinate of the center

    Declaration

    Swift

    var centerCoordinate: CLLocationCoordinate2D { get }
  • radius

    Declaration

    Swift

    var radius: Double { get }
  • isVisible

    Declaration

    Swift

    var isVisible: Bool { get set }