MKCircle.Circle(CLLocationCoordinate2D, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.