CircleGeometry

public struct CircleGeometry : Geometry

Circle geometry for searchArea

Important

This is a Public Preview API. It may be changed or removed at any time.

Public

  • Coordinate of the circle center.

    Declaration

    Swift

    public let coordinate: CLLocationCoordinate2D
  • Radius of the circle.

    Declaration

    Swift

    public let radius: Measurement<UnitLength>