Map Doc  1.0
iOS-引擎SDK-开放平台
MBNaviLaneCollection.h
浏览该文件的文档.
1 //
2 // MBNaviLaneCollection.h
3 // iNaviCore
4 //
5 // Created by fanyl on 14-5-22.
6 // Copyright (c) 2014年 Mapbar. All rights reserved.
7 //
8 
9 #import "MBObject.h"
10 
14 typedef NS_ENUM(NSInteger, MBNaviLaneType) {
18 };
19 
23 typedef NS_ENUM(NSInteger, MBNaviLaneDirection) {
29 };
30 
34 typedef NS_ENUM(NSInteger, MBTrafficDirection) {
37 };
38 
46 @property (nonatomic, copy) NSArray *lanes;
47 
51 @property (nonatomic, assign) NSInteger leftAdditionalLaneNum;
52 
56 @property (nonatomic, assign) NSInteger rightAdditionalLaneNum;
57 
61 @property (nonatomic, assign) MBTrafficDirection trafficDirection;
62 
66 @property (nonatomic, assign) NSInteger distanceToJunction;
67 @end
68 
72 @interface MBNaviLane : MBObject
76 @property (nonatomic, assign) MBNaviLaneType type;
77 
81 @property (nonatomic, assign) MBNaviLaneDirection iconId;
82 
86 @property(nonatomic, assign) BOOL enroute;
87 @end
Definition: MBNaviLaneCollection.h:35
靠右行驶
Definition: MBNaviLaneCollection.h:36
Definition: MBNaviLaneCollection.h:24
Definition: MBNaviLaneCollection.h:16
NSInteger rightAdditionalLaneNum
Definition: MBNaviLaneCollection.h:56
MBTrafficDirection trafficDirection
Definition: MBNaviLaneCollection.h:61
MBTrafficDirection
Definition: MBNaviLaneCollection.h:34
Definition: MBNaviLaneCollection.h:42
Definition: MBNaviLaneCollection.h:27
NSInteger leftAdditionalLaneNum
Definition: MBNaviLaneCollection.h:51
MBNaviLaneType
Definition: MBNaviLaneCollection.h:14
Definition: MBNaviLaneCollection.h:26
Definition: MBNaviLaneCollection.h:28
Definition: MBNaviLaneCollection.h:72
NSArray * lanes
Definition: MBNaviLaneCollection.h:46
Definition: MBObject.h:16
Definition: MBNaviLaneCollection.h:17
NSInteger distanceToJunction
Definition: MBNaviLaneCollection.h:66
Definition: MBNaviLaneCollection.h:25
Definition: MBNaviLaneCollection.h:15
MBNaviLaneDirection
Definition: MBNaviLaneCollection.h:23