9#import <Foundation/Foundation.h>
11NS_ASSUME_NONNULL_BEGIN
13typedef enum : NSInteger {
21@property (nonatomic, assign)
int type;
TNKLocationListenerConfigType
Definition: TNKLocationListenerConfig.h:13
@ TNKLocationListenerConfigTypeCruise
巡航定位
Definition: TNKLocationListenerConfig.h:15
@ TNKLocationListenerConfigTypeNormal
普通定位
Definition: TNKLocationListenerConfig.h:14
Definition: TNKLocationListenerConfig.h:19
int type
获取定位的类型,默认为普通定位
Definition: TNKLocationListenerConfig.h:21