Map Doc  1.0
iOS-引擎SDK-开放平台
MBSideInfo.h
浏览该文件的文档.
1 //
2 // MBSideInfo.h
3 // iNaviCore
4 //
5 // Created by fanyunlong on 12/10/14.
6 // Copyright (c) 2014 Mapbar. All rights reserved.
7 //
8 
9 #import "MBObject.h"
13 typedef NS_ENUM(NSInteger, MBSideness) {
18 };
19 
23 @interface MBSideInfo : MBObject
27 @property(nonatomic) MBSideness sideness;
31 @property(nonatomic,assign) int distance;
32 @end
Definition: MBSideInfo.h:23
Definition: MBSideInfo.h:14
Definition: MBSideInfo.h:17
int distance
Definition: MBSideInfo.h:31
MBSideness
Definition: MBSideInfo.h:13
MBSideness sideness
Definition: MBSideInfo.h:27
Definition: MBObject.h:16
Definition: MBSideInfo.h:16
Definition: MBSideInfo.h:15