Contents

initWithCenter:radius:

Creates a new circular geographic condition with the center point and radius you provide.

Declaration

- (instancetype) initWithCenter:(CLLocationCoordinate2D) center radius:(CLLocationDistance) radius;

Parameters

  • center:

    The center of the circular geographic condition.

  • radius:

    The radius of the circular geographic condition.

Return Value

Returns an instance of CLCircularGeographicCondition with the specified center coordinate and radius.