Map Doc  1.0
iOS-引擎SDK-开放平台
MBRouteRequest.h
浏览该文件的文档.
1 //
2 // MBRouteRequest.h
3 // iNaviCore
4 //
5 // Created by fanyunlong on 4/1/16.
6 // Copyright © 2016 Mapbar. All rights reserved.
7 //
8 
9 #import "MBObject.h"
10 
15 @property (nonatomic, copy) NSString *url;
16 @property (nonatomic, copy) NSString *postData;
17 @property (nonatomic, assign) NSInteger postDataLength;
18 @end
NSInteger postDataLength
Definition: MBRouteRequest.h:17
NSString * url
Definition: MBRouteRequest.h:15
Definition: MBRouteRequest.h:14
Definition: MBObject.h:16
NSString * postData
Definition: MBRouteRequest.h:16