iOS高德地图SDK(搜索)  V9.5.0
AMapBusLineBaseSearchRequest Class Reference

公交线路查询请求基类,不可直接调用 More...

#import <AMapSearchObj.h>

Inheritance diagram for AMapBusLineBaseSearchRequest:
AMapSearchObject AMapBusLineIDSearchRequest AMapBusLineNameSearchRequest

Properties

NSString * city
 城市 可选值:cityname(中文或中文全拼)、citycode、adcode More...
 
BOOL requireExtension
 是否返回扩展信息,默认为NO More...
 
NSInteger offset
 每页记录数,默认为20,取值为1-50 More...
 
NSInteger page
 当前页数,默认为1,取值为1-100 More...
 

Additional Inherited Members

- Instance Methods inherited from AMapSearchObject
(NSString *) - formattedDescription
 返回格式化的描述信息。通用数据结构和response类型有效。 More...
 

Detailed Description

公交线路查询请求基类,不可直接调用

Property Documentation

◆ city

- (NSString*) city
readwritenonatomiccopy

城市 可选值:cityname(中文或中文全拼)、citycode、adcode

◆ offset

- (NSInteger) offset
readwritenonatomicassign

每页记录数,默认为20,取值为1-50

◆ page

- (NSInteger) page
readwritenonatomicassign

当前页数,默认为1,取值为1-100

◆ requireExtension

- (BOOL) requireExtension
readwritenonatomicassign

是否返回扩展信息,默认为NO


The documentation for this class was generated from the following file:
© 2017 高德信息技术有限公司 版权所有,保留所有权利。