new GaodePOI(opt)
- Description:
- 高德poi查询,参考文档:https://lbs.amap.com/api/webservice/guide/api/search
Parameters:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
opt |
Object |
Properties
|
Methods
query(type, params)
Parameters:
Name | Type | Description |
---|---|---|
type |
Number | 搜索类型(1、关键字搜索;2、周边搜索;3、范围搜索) |
params |
Object | 搜索参数 |
queryAround(options, success)
- Description:
- 周边搜索
Parameters:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
options |
Object | 参数,可参考高德官网配置
Properties
|
||||||
success |
function | 成功后的回调函数 |
queryPolygon(options, success)
- Description:
- 范围搜索
Parameters:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
options |
Object | 参数,可参考高德官网配置
Properties
|
||||||
success |
function | 成功后的回调函数 |
queryText(options, success)
- Description:
- 关键字搜索
Parameters:
Name | Type | Description |
---|---|---|
options |
Object | 参数,可参考高德官网配置 |
success |
function | 成功后的回调函数 |