CLPlacemark.Region Property

Definition

The geographic region associated with the CLPlacemark.

public virtual CoreLocation.CLRegion Region { [Foundation.Export("region", ObjCRuntime.ArgumentSemantic.Copy)] get; }
member this.Region : CoreLocation.CLRegion

Property Value

Attributes

Remarks

The region returned will typically be a CLCircularRegion centered on the placemark and with a Radius encompassing the region.

Applies to