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

搜索提示返回 More...

#import <AMapSearchObj.h>

Inheritance diagram for AMapInputTipsSearchResponse:
AMapSearchObject

Properties

NSInteger count
 返回数目 More...
 
NSArray< AMapTip * > * tips
 提示列表 AMapTip 数组, AMapTip 有多种属性,可根据该对象的返回信息,配合其他搜索服务使用,完善您应用的功能。如:
1)uid为空,location为空,该提示语为品牌词,可根据该品牌词进行POI关键词搜索。
2)uid不为空,location为空,为公交线路,根据uid进行公交线路查询。
3)uid不为空,location也不为空,是一个真实存在的POI,可直接显示在地图上。 More...
 

Additional Inherited Members

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

Detailed Description

搜索提示返回

Property Documentation

◆ count

- (NSInteger) count
readwritenonatomicassign

返回数目

◆ tips

- (NSArray<AMapTip *>*) tips
readwritenonatomicstrong

提示列表 AMapTip 数组, AMapTip 有多种属性,可根据该对象的返回信息,配合其他搜索服务使用,完善您应用的功能。如:
1)uid为空,location为空,该提示语为品牌词,可根据该品牌词进行POI关键词搜索。
2)uid不为空,location为空,为公交线路,根据uid进行公交线路查询。
3)uid不为空,location也不为空,是一个真实存在的POI,可直接显示在地图上。


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