地图WebAPI-POI查询
- Description:
地图WebAPI-POI查询
- Source:
Methods
(async, inner) poiByGd(word, key, options) → {Array.<PoiResultGd>}
- Description:
高德POI搜索
- Source:
Parameters:
Name | Type | Description |
---|---|---|
word |
String | 搜索关键字 |
key |
String | 高德Key,需要自己申请 |
options |
PoiGdParams | 自定义搜索条件,包括限制搜索区域和返回结果数量 |
Returns:
POI搜索结果
- Type
- Array.<PoiResultGd>