#import <AMapLocationRegionObj.h>
AMapLocationRegion类,该类提供范围类的基本信息,并无具体实现,不要直接使用。 The AMapLocationRegion class provides basic information for range classes without specific implementation and should not be used directly.
◆ containsCoordinate:
| - (BOOL) containsCoordinate: |
|
(CLLocationCoordinate2D) |
coordinate |
|
坐标点是否在范围内 Is the coordinate point within the range
- Parameters
-
| coordinate | 要判断的坐标点 coordinate point to be evaluated |
- Returns
- 是否在范围内 Is it within range
◆ initWithIdentifier:
| - (instancetype) initWithIdentifier: |
|
(NSString *) |
identifier |
|
初始化方法 Initialization method
- Parameters
-
| identifier | 唯一标识符,必填,不可为nil Unique identifier, mandatory, cannot be nil |
◆ identifier
AMapLocationRegion的identifier.
◆ notifyOnEntry
当进入region范围时是否通知,默认YES Whether to notify when entering the region, default is YES
◆ notifyOnExit
当离开region范围时是否通知,默认YES Notify when leaving the region, default YES
The documentation for this class was generated from the following file: