CLRegion.Contains(CLLocationCoordinate2D) Method

Definition

Probes whether the given location is contained within the region.

[Foundation.Export("containsCoordinate:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Contains(CoreLocation.CLLocationCoordinate2D coordinate);
[<Foundation.Export("containsCoordinate:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Contains : CoreLocation.CLLocationCoordinate2D -> bool
override this.Contains : CoreLocation.CLLocationCoordinate2D -> bool

Parameters

coordinate
CLLocationCoordinate2D

The coordinate to probe.

Returns

Attributes

Applies to