高德地图SDK(定位)
V2.10.0
|
AMapLocationCircleRegion类,定义一个闭合多边形范围,点与点之间按顺序尾部相连, 第一个点与最后一个点相连。 More...
#import <AMapLocationRegionObj.h>
Instance Methods | |
(instancetype) | - initWithCoordinates:count:identifier: |
根据经纬度坐标数据生成闭合多边形范围 More... | |
![]() | |
(instancetype) | - initWithIdentifier: |
初始化方法 More... | |
(BOOL) | - containsCoordinate: |
坐标点是否在范围内 More... | |
Properties | |
CLLocationCoordinate2D * | coordinates |
经纬度坐标点数据 More... | |
NSInteger | count |
经纬度坐标点的个数 More... | |
![]() | |
NSString * | identifier |
AMapLocationRegion的identifier. More... | |
BOOL | notifyOnEntry |
当进入region范围时是否通知,默认YES More... | |
BOOL | notifyOnExit |
当离开region范围时是否通知,默认YES More... | |
AMapLocationCircleRegion类,定义一个闭合多边形范围,点与点之间按顺序尾部相连, 第一个点与最后一个点相连。
- (instancetype) initWithCoordinates: | (CLLocationCoordinate2D *) | coordinates | |
count: | (NSInteger) | count | |
identifier: | (NSString *) | identifier | |
根据经纬度坐标数据生成闭合多边形范围
coordinates | 经纬度坐标点数据,coordinates对应的内存会拷贝,调用者负责该内存的释放 |
count | 经纬度坐标点的个数,不可小于3个 |
identifier | 唯一标识符,必填,不可为nil |
|
readnonatomicassign |
经纬度坐标点数据
|
readnonatomicassign |
经纬度坐标点的个数