高德地图 Windows Phone 8 搜索API参考手册
Assembly: WindowPhone8DOC (in WindowPhone8DOC.dll) Version: 2.0.0.0
返回兴趣点的基本信息和深度信息。
在某个区域内搜索指定关键、指定分类的兴趣点,可以设置搜索城市、是否返回详细信息、排序规则、每页记录数以及当前页数,并可设置查询筛选。
根据给定参数,进行兴趣点搜索,返回兴趣点的基本信息和深度信息。
Namespace: Com.AMap.Api.ServicesAssembly: WindowPhone8DOC (in WindowPhone8DOC.dll) Version: 2.0.0.0
Syntax
Parameters
- keyWords
- Type: System String
查询关键字。
- types
- Type: System String
POI分类。
- polygon
- Type: Com.AMap.Api.Services.Results AMapPolygon
坐标串。
- filterOption
- Type: Com.AMap.Api.Services AMapFilterOption
参数筛选。
- sortrule
- Type: System UInt32
排序规则。
- offset
- Type: System UInt32
每页记录数据。
- page
- Type: System UInt32
当前页数。
- extensions
- Type: Com.AMap.Api.Services Extensions
返回结果控制。
- city (Optional)
- Type: System String
城市,可选值:cityname(中文或中文全拼)、citycode、adcode。
Return Value
Type: Task AMapPOIResults返回兴趣点的基本信息和深度信息。
Remarks
See Also