高德地图 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
- centerX
- Type: System Double
中心点坐标的经度。
- centerY
- Type: System Double
中心点坐标的纬度。
- keywords
- Type: System String
关键字。
- types
- Type: System String
POI分类。
- filterOption
- Type: Com.AMap.Api.Services AMapFilterOption
参数筛选。
- radius
- Type: System UInt32
查询半径。
- sortrule
- Type: System UInt32
排序规则。
- offset
- Type: System UInt32
每页记录数。
- page
- Type: System UInt32
当前页数。
- extensions (Optional)
- Type: Com.AMap.Api.Services Extensions
返回结果控制。
- city (Optional)
- Type: System String
城市,可选值:cityname(中文或中文全拼)、citycode、adcode。
Return Value
Type: Task AMapPOIResults返回兴趣点基础信息以及深度信息。
See Also