Map Doc  1.0
iOS-引擎SDK-开放平台
MBLaneUsage.h
浏览该文件的文档.
1 //
2 // MBLaneUsage.h
3 // iNaviCore
4 //
5 // Created by fanyunlong on 2017/8/25.
6 // Copyright © 2017年 Mapbar. All rights reserved.
7 //
8 
9 #import "MBObject.h"
10 
11 @interface MBLaneUsage : MBObject
12 @property (nonatomic) int arrow;
13 @property (nonatomic) int reserved;
14 @property (nonatomic) int shouldUse;
15 @end
int arrow
Definition: MBLaneUsage.h:12
Definition: MBLaneUsage.h:11
Definition: MBObject.h:16
int reserved
Definition: MBLaneUsage.h:13
int shouldUse
Definition: MBLaneUsage.h:14