iOS高德地图SDK(搜索)  V7.4.0
AMapRoadTrafficCircleSearchRequest Class Reference

圆形区域道路实时路况查询请求 since 5.5.0 注意:返回路况结果取决于发起请求时刻的实时路况,不保证范围内的所有路线路况都会返回,也不保证返回的路况长度一定在限制半径内 More...

#import <AMapSearchObj.h>

Inheritance diagram for AMapRoadTrafficCircleSearchRequest:
AMapRoadTrafficSearchBaseRequest AMapSearchObject

Properties

AMapGeoPointlocation
 必填,中心点坐标。 More...
 
NSInteger radius
 查询半径,单位:米。[0, 5000], 默认值为1000. More...
 
- Properties inherited from AMapRoadTrafficSearchBaseRequest
NSInteger level
 道路等级,1:高速(京藏高速)2:城市快速路、国道(西三环、103国道) 3:高速辅路(G6辅路)4:主要道路(长安街、三环辅路路)5:一般道路(彩和坊路)6:无名道路。默认为5. since 5.5.0 More...
 
BOOL requireExtension
 是否返回扩展信息,默认为 NO More...
 

Additional Inherited Members

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

Detailed Description

圆形区域道路实时路况查询请求 since 5.5.0 注意:返回路况结果取决于发起请求时刻的实时路况,不保证范围内的所有路线路况都会返回,也不保证返回的路况长度一定在限制半径内

Property Documentation

◆ location

- (AMapGeoPoint*) location
readwritenonatomiccopy

必填,中心点坐标。

◆ radius

- (NSInteger) radius
readwritenonatomicassign

查询半径,单位:米。[0, 5000], 默认值为1000.


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