高德地图SDK(定位)
V2.10.0
|
AMapLocationCircleRegion类,定义一个圆形范围。 More...
#import <AMapLocationRegionObj.h>
Instance Methods | |
(instancetype) | - initWithCenter:radius:identifier: |
根据中心点和半径生成圆形范围 More... | |
![]() | |
(instancetype) | - initWithIdentifier: |
初始化方法 More... | |
(BOOL) | - containsCoordinate: |
坐标点是否在范围内 More... | |
Properties | |
CLLocationCoordinate2D | center |
中心点的经纬度坐标 More... | |
CLLocationDistance | radius |
半径,单位:米 More... | |
![]() | |
NSString * | identifier |
AMapLocationRegion的identifier. More... | |
BOOL | notifyOnEntry |
当进入region范围时是否通知,默认YES More... | |
BOOL | notifyOnExit |
当离开region范围时是否通知,默认YES More... | |
AMapLocationCircleRegion类,定义一个圆形范围。
- (instancetype) initWithCenter: | (CLLocationCoordinate2D) | center | |
radius: | (CLLocationDistance) | radius | |
identifier: | (NSString *) | identifier | |
根据中心点和半径生成圆形范围
center | 中心点的经纬度坐标 |
radius | 半径,单位:米 |
identifier | 唯一标识符,必填,不可为nil |
|
readnonatomicassign |
中心点的经纬度坐标
|
readnonatomicassign |
半径,单位:米