AMapInputTips InputTips Method (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
)

Parameters

keyWords
Type: 联机System String
查询关键字,多个关键字用“|”分割,“空格"表示与,“双引号”表示不可分割

Return Value

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