-
### Describe the bug
I used the [vue-amap](https://www.npmjs.com/package/vue-amap) library in my project. I found that when I imported it using [`import { lazyAMapApiLoaderInstance } from 'vue-amap'`…
-
## 问题
每次页面加载之后 控制台都会报跨域问题
Cross-Origin Read Blocking (CORB) blocked cross-origin response https://webapi.amap.com/maps/cookie?key=amap_ver&value=1536672475632 with MIME type application/javascript. …
-
### Description
I can't use navigation in mainland China, for example, I can't select driving navigation from a certain place in Guangzhou to a certain place in Shenzhen. The Maps for mainland China …
-
aMap.getProjection().getVisibleRegion();
https://a.amap.com/lbs/static/unzip/Android_Map_Doc/3D/com/amap/api/maps/AMap.html#getProjection--
https://a.amap.com/lbs/static/unzip/Android_Map_Doc/3D…
-
v1.4 地图JS API: [https://lbs.amap.com/api/javascript-api/summary](url)
v2.0 地图JS API:[https://lbs.amap.com/api/jsapi-v2/guide/overlays/marker](url)
**本篇以v2.0开展**
- 注册账号并申请Key
1. 首先,[注册开发者账号](ht…
-
![image](https://github.com/sakitam-fdd/wind-layer/assets/77483614/6e3bef3c-60d4-459e-b93b-41a1e6e17333)
-
## 问题
amap-marker 使用 template 报错
- 复现代码
```vue
import Vue from 'vue'
import VueAMap from 'vue-amap'
Vue.use(VueA…
-
How can I apply following code for my react project? Where is AMap from?
```js
let map = echart.getModel().getComponent('amap').getAMap();
AMap.plugin(["AMap.ControlBar"], function () {
let…
-
> > 我放弃了template,用别的方式做了 @chenmychou @670248996
>
> 请问用什么方式解决呢?
用amap-marker的插槽,然后内容写好相对定位就可以了
```
…
-
参见[高德文档](https://lbs.amap.com/api/jsapi-v2/documentation#labelslayer)
AMap.LabelsLayer 拥有方法clear();
在types文件里面没有定义。