百度地图SDK for iOS v4.1.1 类参考
BMKSCTXPassengerDisplayOption.h
1 //
2 // BMKSCTXPassengerDisplayOption.h
3 // SCTXComponent
4 //
5 // Created by Daniel Bey on 2018年01月08日.
6 // Copyright © 2018 Baidu. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import <UIKit/UIKit.h>
11 
12 @interface BMKSCTXPassengerDisplayOption : NSObject
13 
18 @property (nonatomic, assign) CGFloat lineWidth;
19 
20 #pragma mark - 图片
21 
26 @property (nonatomic, strong) UIImage *carImage;
27 
33 @property (nonatomic, strong) UIImage *startImage;
34 
40 @property (nonatomic, strong) UIImage *endImage;
41 
47 @property (nonatomic, strong) UIImage *severeCongestionTrafficImage;
48 
54 @property (nonatomic, strong) UIImage *congestionTrafficImage;
55 
61 @property (nonatomic, strong) UIImage *slowTrafficImage;
62 
68 @property (nonatomic, strong) UIImage *smoothTrafficImage;
69 
75 @property (nonatomic, strong) UIImage *unknownTrafficImage;
76 
77 @end
UIImage * carImage
Definition: BMKSCTXPassengerDisplayOption.h:26
Definition: BMKSCTXPassengerDisplayOption.h:12
UIImage * unknownTrafficImage
Definition: BMKSCTXPassengerDisplayOption.h:75
UIImage * endImage
Definition: BMKSCTXPassengerDisplayOption.h:40
CGFloat lineWidth
Definition: BMKSCTXPassengerDisplayOption.h:18
UIImage * smoothTrafficImage
Definition: BMKSCTXPassengerDisplayOption.h:68
UIImage * startImage
Definition: BMKSCTXPassengerDisplayOption.h:33
UIImage * congestionTrafficImage
Definition: BMKSCTXPassengerDisplayOption.h:54
UIImage * slowTrafficImage
Definition: BMKSCTXPassengerDisplayOption.h:61
UIImage * severeCongestionTrafficImage
Definition: BMKSCTXPassengerDisplayOption.h:47