Class ISN_CLCircularRegion
A circular geographic region, specified as a center point and radius.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.iOS.CoreLocation
Assembly: cs.temp.dll.dll
Syntax
public class ISN_CLCircularRegion : ISN_CLRegion
Constructors
ISN_CLCircularRegion(ISN_CLLocationCoordinate2D, Single, String)
Initializes and returns a region object defining a circular geographic area.
Declaration
public ISN_CLCircularRegion(ISN_CLLocationCoordinate2D center, float radius, string identifier)
Parameters
Type | Name | Description |
---|---|---|
ISN_CLLocationCoordinate2D | center | The center point of the geographic region to monitor. |
System.Single | radius | The distance (measured in meters) from the center point of the geographic region to the edge of the circular boundary. |
System.String | identifier | A unique identifier to associate with the region object. You use this identifier to differentiate regions within your application.
This value must not be |
Properties
Center
The center point of the geographic area.
Declaration
public ISN_CLLocationCoordinate2D Center { get; }
Property Value
Type | Description |
---|---|
ISN_CLLocationCoordinate2D |
Radius
The radius (measured in meters) that defines the geographic area’s outer boundary.
Declaration
public float Radius { get; }
Property Value
Type | Description |
---|---|
System.Single |