AMapPOISearch POIKeyWords Method (String, String, AMapFilterOption, UInt32, UInt32, UInt32, Extensions, 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<AMapPOIResults> POIKeyWords(
	string keywords,
	string types,
	AMapFilterOption filterOption,
	uint sortrule,
	uint offset,
	uint page,
	Extensions extensions,
	string city = null
)

Return Value

Type: 联机Task AMapPOIResults 
返回兴趣点基础信息以及深度信息。
See Also