Share via


CLPlacemark.Region Property

Definition

The geographic region associated with the CLPlacemark.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreLocation.CLRegion? Region { [Foundation.Export("region", ObjCRuntime.ArgumentSemantic.Copy)] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("region", ObjCRuntime.ArgumentSemantic.Copy)>]
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