MKCircle.Circle(CLLocationCoordinate2D, Double) Method

Definition

Create an MKCircle centered on the withCenterCoordinate with a radius of radius meters.

[Foundation.Export("circleWithCenterCoordinate:radius:")]
public static MapKit.MKCircle Circle (CoreLocation.CLLocationCoordinate2D withcenterCoordinate, double radius);
static member Circle : CoreLocation.CLLocationCoordinate2D * double -> MapKit.MKCircle

Parameters

withcenterCoordinate
CLLocationCoordinate2D

The CLLocationCoordinate2D at the center of the circle.

radius
Double

A T:System.Double specifying the radius, in meters.

Returns

A MKCircle of the specified geometry.

Attributes

Remarks

This can be used from a background thread.

Applies to