高德地图 Windows Phone 8 搜索API参考手册
Assembly: WindowPhone8DOC (in WindowPhone8DOC.dll) Version: 2.0.0.0
返回兴趣点基本信息,详见AMapPOIResults定义
在某个区域内搜索指定关键、指定分类的兴趣点,可以设置排序规则、每页记录数以及当前页数
Namespace: Com.AMap.Api.ServicesAssembly: WindowPhone8DOC (in WindowPhone8DOC.dll) Version: 2.0.0.0
Syntax
Parameters
- keyWords
- Type: System String
查询关键字,多个关键字用“|”分割,“空格"表示与,“双引号”表示不可分割,keywords与types二选其一为必填
- types
- Type: System String
POI分类,可以填写分类编码和分类名称(《参见POI分类编码表》)
- polygon
- Type: Com.AMap.Api.Services.Results AMapPolygon
特定区域
- sortrule
- Type: System UInt32
排序规则(默认为0),取值为:0-混合排序;1-距离排序
- offset
- Type: System UInt32
每页记录数(默认值为20),取值为:1-100
- page
- Type: System UInt32
当前页数(默认值为1),取值为:1-10
Return Value
Type: Task AMapPOIResults返回兴趣点基本信息,详见AMapPOIResults定义
See Also