AMapInputTips InputTips Method (String, String, String)高德地图 Windows Phone 8 搜索API参考手册
高德地图 Windows Phone 8 搜索API参考手册
根据关键字查询输入提示信息,可以指定城市和兴趣点类型

Namespace: Com.AMap.Api.Services
Assembly: WindowPhone8DOC (in WindowPhone8DOC.dll) Version: 2.0.0.0
Syntax

public static Task<AMapTipResults> InputTips(
	string keyWords,
	string city = null,
	string type = null
)

Parameters

keyWords
Type: 联机System String
查询关键字,多个关键字用“|”分割,“空格"表示与,“双引号”表示不可分割
city (Optional)
Type: 联机System String
城市,可选值:cityname(中文或中文全拼)、citycode、adcode
type (Optional)
Type: 联机System String
POI分类,多个分类用“|”分割,可以填写分类编码和分类名称(《参见POI分类编码表》)

Return Value

Type: 联机Task AMapTipResults 
返回输入提示信息,详见AMapTipResults定义
See Also