MBMapkit
/Users/dongkui/ios_api/branches/1.0.x/code/config/MBMapDemo/MBMapkit/MBMapkit/MBDriveResult.h
00001 //
00002 //  MBDriveResult.h
00003 //  MBMapkit_library
00004 //
00005 //  Created by 张嘉伟 on 11-10-26.
00006 //  Copyright 2011 Mapbar Inc. All rights reserved.
00007 //
00008 
00009 #import <Foundation/Foundation.h>
00010 
00011 #import "MBDirections.h"
00012 #import "MBRoute.h"
00013 #import "MBStep.h"
00014 
00021 @interface MBDriveDirections : MBDirections
00022 
00023 @end
00024 
00031 @interface MBDriveRoute : MBRoute
00032 
00033 @end
00034 
00041 @interface MBDriveStep : MBStep 
00042 {
00043 @private
00044     NSUInteger _msgType;
00045     NSUInteger _turnType;
00046     NSUInteger _heading;
00047 }
00052 @property (nonatomic, readonly) NSUInteger msgType;
00053 
00058 @property (nonatomic, readonly) NSUInteger turnType;
00059 
00064 @property (nonatomic, readonly) NSUInteger heading;
00065 
00072 - (id)initWithDictionary:(NSDictionary *)dictionary;
00073 
00074 @end
 全部  函数 变量 属性