百度地图SDK for iOS v3.4.4 类参考
output
headers
BMKBusLineSearchOption.h
1
/*
2
* BMKBusLineSearchOption.h
3
* BMapKit
4
*
5
* Copyright 2014 Baidu Inc. All rights reserved.
6
*
7
*/
8
9
#import <Foundation/Foundation.h>
11
@interface
BMKBusLineSearchOption
: NSObject
12
{
13
NSString *_city;
14
NSString *_busLineUid;
15
}
17
@property
(nonatomic, strong) NSString *city;
19
@property
(nonatomic, strong) NSString *busLineUid;
20
21
@end
22
BMKBusLineSearchOption
公交线路检索信息类
Definition:
BMKBusLineSearchOption.h:11
生成于 2018年 一月 22日 星期一 17:52:30 , 为 百度地图SDK for iOS v3.4.4 类参考使用
1.8.14