MBMapkit
/Users/dongkui/ios_api/branches/1.0.x/code/config/MBMapDemo/MBMapkit/MBMapkit/MBWalkResult.h
00001 //
00002 //  MBWalkDirections.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 MBWalkDirections : MBDirections
00022 
00023 @end
00024 
00031 @interface MBWalkRoute : MBRoute
00032 
00033 @end
00034 
00041 @interface MBWalkStep : MBStep {
00042 @private
00043     NSUInteger _turnType;
00044     NSUInteger _heading;
00045 }
00050 @property (nonatomic, readonly) NSUInteger turnType;
00051 
00056 @property (nonatomic, readonly) NSUInteger heading;
00057 
00064 - (id)initWithDictionary:(NSDictionary *)dictionary;
00065 
00066 @end
 全部  函数 变量 属性