TencentNavKit
TNKLocationListenerConfig.h
Go to the documentation of this file.
1//
2// TNKLocationLisenerConfig.h
3// TencentNavKit
4//
5// Created by mol on 2023/11/20.
6// Copyright © 2023 Tencent. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
11NS_ASSUME_NONNULL_BEGIN
12
13typedef enum : NSInteger {
17
18@interface TNKLocationListenerConfig : NSObject
19
21@property (nonatomic, assign) int type;
22
23@end
24
25NS_ASSUME_NONNULL_END
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