Contents

init(center:radius:)

Creates a circle with the center coordinate and radius you specify.

Declaration

init(center coordinate: CLLocationCoordinate2D, radius: CLLocationDistance)

Parameters

  • coordinate:

    The location of the center of the circle.

  • radius:

    The radius of the circle, in meters.

See Also

Creating a map circle