高德地图SDK(定位)  V2.10.0
AMapGeoFenceRegion Class Reference

地理围栏基类,不可直接使用。(since 2.3.0) More...

#import <AMapGeoFenceRegionObj.h>

Inheritance diagram for AMapGeoFenceRegion:
AMapGeoFenceCircleRegion AMapGeoFenceDistrictRegion AMapGeoFencePolygonRegion AMapGeoFencePOIRegion

Properties

NSString * identifier
 AMapGeoFenceRegion的唯一标识符 More...
 
NSString * customID
 用户自定义ID,可为nil。 More...
 
AMapGeoFenceRegionStatus fenceStatus
 坐标点和围栏的关系,比如用户的位置和围栏的关系 More...
 
AMapGeoFenceRegionType regionType
 用户自定义ID,可为nil。 More...
 
CLLocation * currentLocation
 缓存最近获取的定位信息,可能会存在延时,可为nil,会在获取定位时更新 More...
 

Detailed Description

地理围栏基类,不可直接使用。(since 2.3.0)

Property Documentation

◆ currentLocation

- (CLLocation*) currentLocation
readwritenonatomiccopy

缓存最近获取的定位信息,可能会存在延时,可为nil,会在获取定位时更新

◆ customID

- (NSString*) customID
readnonatomiccopy

用户自定义ID,可为nil。

◆ fenceStatus

- (AMapGeoFenceRegionStatus) fenceStatus
readwritenonatomicassign

坐标点和围栏的关系,比如用户的位置和围栏的关系

◆ identifier

- (NSString*) identifier
readnonatomiccopy

AMapGeoFenceRegion的唯一标识符

◆ regionType

- (AMapGeoFenceRegionType) regionType
readwritenonatomicassign

用户自定义ID,可为nil。


The documentation for this class was generated from the following file:
© 2017 高德信息技术有限公司 版权所有,保留所有权利。