BaiduMap_IOSSDK_v4.2.1_Docs
BMKWalkNavigationNPCGuider.h
1 //
2 // BMKWalkNavigationNPCGuider.h
3 // BaiduMapAPI_WalkNavi
4 //
5 // Created by Xin,Qi on 2018/7/31.
6 // Copyright © 2018 Baidu. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import <UIKit/UIKit.h>
11 #import "BMKWalkCycleDefine.h"
12 
17 @interface BMKWalkNavigationNPCGuider : NSObject
18 
22 @property (nonatomic, copy) NSString *name;
23 
27 @property (nonatomic, strong) UIImage *icon;
28 
32 @property (nonatomic, copy) NSString *guiderPath;
33 
37 @property (nonatomic, copy) NSString *downloadKey;
38 
42 @property (nonatomic, assign) BMKWalkARGuiderResourceType resourceType;
51 - (instancetype)initGuiderWithName:(NSString *)name itemIcon:(UIImage *)icon guiderPath:(NSString *)guiderPath;
52 
61 - (instancetype)initGuiderWithName:(NSString *)name itemIcon:(UIImage *)icon downloadKey:(NSString *)downloadKey;
62 
63 @end
64 
BMKWalkARGuiderResourceType resourceType
Definition: BMKWalkNavigationNPCGuider.h:42
Definition: BMKWalkNavigationNPCGuider.h:17
NSString * name
Definition: BMKWalkNavigationNPCGuider.h:22
NSString * guiderPath
Definition: BMKWalkNavigationNPCGuider.h:32
UIImage * icon
Definition: BMKWalkNavigationNPCGuider.h:27
NSString * downloadKey
Definition: BMKWalkNavigationNPCGuider.h:37