AMapPOISearch Methods高德地图 Windows Phone 8 搜索API参考手册
高德地图 Windows Phone 8 搜索API参考手册The AMapPOISearch type exposes the following members.
Methods

  NameDescription
Public method联机Equals
确定指定的 联机Object 是否等于当前的 联机Object
(Inherited from 联机Object.)
Protected method联机Finalize
允许 联机Object 在垃圾回收器回收该对象之前尝试释放资源并执行其他清理操作。
(Inherited from 联机Object.)
Public method联机GetHashCode
用作特定类型的哈希函数。
(Inherited from 联机Object.)
Public method联机GetType
获取当前实例的 联机Type
(Inherited from 联机Object.)
Protected method联机MemberwiseClone
创建当前 联机Object 的一个浅表副本。
(Inherited from 联机Object.)
Public methodStatic memberPOIAround(Double, Double, String, String, UInt32)
根据中心点和半径搜索指定关键字、指定分类的兴趣点
Public methodStatic memberPOIAround(Double, Double, String, String, AMapFilterOption, UInt32, UInt32, UInt32, UInt32, Extensions, String)
根据给定的参数,返回兴趣点基础信息以及深度信息。
Public methodStatic memberPOIAround(Double, Double, String, String, Boolean, Boolean, UInt32, UInt32, UInt32, UInt32, Extensions, String)
根据中心点和半径搜索指定关键字、指定分类的兴趣点,可以设置搜索城市、是否返回详细信息、排序规则、每页记录数以及当前页数
Public methodStatic memberPOIID
根据兴趣点id搜索团购优惠信息
Public methodStatic memberPOIKeyWords(String, String, String)
根据关键字或者分类查询兴趣点
Public methodStatic memberPOIKeyWords(String, String, AMapFilterOption, UInt32, UInt32, UInt32, Extensions, String)
根据兴趣点的关键字进行查询。
Public methodStatic memberPOIKeyWords(String, String, Boolean, Boolean, UInt32, UInt32, UInt32, Extensions, String)
根据关键字或者分类查询兴趣点,可以设置搜索城市、是否返回详细信息、排序规则、每页记录数以及当前页数
Public methodStatic memberPOIPolygon(String, String, AMapPolygon)
在某个区域内搜索指定关键、指定分类的兴趣点
Public methodStatic memberPOIPolygon(String, String, AMapPolygon, UInt32, UInt32, UInt32)
在某个区域内搜索指定关键、指定分类的兴趣点,可以设置排序规则、每页记录数以及当前页数
Public methodStatic memberPOIPolygon(String, String, AMapPolygon, AMapFilterOption, UInt32, UInt32, UInt32, Extensions, String)
根据给定参数,进行兴趣点搜索,返回兴趣点的基本信息和深度信息。
Public methodStatic memberPOIPolygon(String, String, AMapPolygon, Boolean, Boolean, UInt32, UInt32, UInt32, Extensions, String)
在某个区域内搜索指定关键、指定分类的兴趣点,可以设置搜索城市、是否返回详细信息、排序规则、每页记录数以及当前页数
Public method联机ToString
返回一个字符串,它表示当前的对象。
(Inherited from 联机Object.)
Back to Top
See Also