AMapPOISearch POIPolygon Method (String, String, AMapPolygon, 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> POIPolygon(
	string keyWords,
	string types,
	AMapPolygon polygon,
	AMapFilterOption filterOption,
	uint sortrule,
	uint offset,
	uint page,
	Extensions extensions,
	string city = null
)

Return Value

Type: 联机Task AMapPOIResults 
返回兴趣点的基本信息和深度信息。
Remarks

在某个区域内搜索指定关键、指定分类的兴趣点,可以设置搜索城市、是否返回详细信息、排序规则、每页记录数以及当前页数,并可设置查询筛选。
See Also