通过 Bing Maps 提供地理编码服务。
| Name | Type | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
具有以下属性的对象:
|
Members
readonly credit : Credit|undefined
获取在执行地理编码后显示的信用。通常用于注明
地理编码服务。
Bing 地理编码服务的密钥
Bing 地理编码服务的 URL 端点
Methods
geocode(query) → Promise.<Array.<GeocoderService.Result>>
| Name | Type | Description |
|---|---|---|
query |
string | 要发送到地理编码服务的查询 |
