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

搜索提示请求 More...

#import <AMapSearchObj.h>

Inheritance diagram for AMapInputTipsSearchRequest:
AMapSearchObject

Properties

NSString * keywords
 查询关键字 More...
 
NSString * city
 查询城市,可选值:cityname(中文或中文全拼)、citycode、adcode. More...
 
NSString * types
 类型,多个类型用“|”分割 可选值:文本分类、分类代码 More...
 
BOOL cityLimit
 强制城市限制功能,例如:在上海搜索天安门,如果citylimit为true,将不返回北京的天安门相关的POI More...
 
NSString * location
 格式形如:"116.481488,39.990464",(经度,纬度),不可以包含空格。如果设置,在此location附近优先返回搜索关键词信息, since 5.0.0 More...
 

Additional Inherited Members

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

Detailed Description

搜索提示请求

Property Documentation

◆ city

- (NSString*) city
readwritenonatomiccopy

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

◆ cityLimit

- (BOOL) cityLimit
readwritenonatomicassign

强制城市限制功能,例如:在上海搜索天安门,如果citylimit为true,将不返回北京的天安门相关的POI

◆ keywords

- (NSString*) keywords
readwritenonatomiccopy

查询关键字

◆ location

- (NSString*) location
readwritenonatomiccopy

格式形如:"116.481488,39.990464",(经度,纬度),不可以包含空格。如果设置,在此location附近优先返回搜索关键词信息, since 5.0.0

◆ types

- (NSString*) types
readwritenonatomiccopy

类型,多个类型用“|”分割 可选值:文本分类、分类代码


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