DMKLocationClientModel Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | DMKLocationClientModel.h DMKLocationClientModel.m |
Other Methods
+ createClientByDelegate:config:
便捷构造方法
+ (instancetype)createClientByDelegate:(id<DMKLocationAdapterDelegate>)delegate config:(DMKLocationConfig *)configParameters
delegate |
业务代理对象 |
|---|---|
config |
业务定位配置 |
Discussion
便捷构造方法
Declared In
DMKLocationClientModel.h
Other Methods
delegate
业务线配置的回调代理对象
@property (nonatomic, weak) id<DMKLocationAdapterDelegate> delegateDiscussion
业务线配置的回调代理对象
Declared In
DMKLocationClientModel.h
lastLocation
回调业务线最后的定位数据
@property (nonatomic, strong) DMKLocation *lastLocationDiscussion
回调业务线最后的定位数据
Declared In
DMKLocationClientModel.h
config
业务线设置的定位配置
@property (nonatomic, copy) DMKLocationConfig *configDiscussion
业务线设置的定位配置
Declared In
DMKLocationClientModel.h