高德地图 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分类。
- 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返回兴趣点基础信息以及深度信息。
See Also