CLCircularRegion.ContainsCoordinate(CLLocationCoordinate2D) 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.
Returns true
if coordinate
is within the region.
[Foundation.Export("containsCoordinate:")]
public virtual bool ContainsCoordinate (CoreLocation.CLLocationCoordinate2D coordinate);
abstract member ContainsCoordinate : CoreLocation.CLLocationCoordinate2D -> bool
override this.ContainsCoordinate : CoreLocation.CLLocationCoordinate2D -> bool
Parameters
- coordinate
- CLLocationCoordinate2D
Returns
- Attributes