-
我可以顺利使用ngx-amap,但是在调用服务的驾车路径规划时碰到提示:
error TS2694: Namespace 'AMap' has no exported member 'Driving'
我的安装包如下:
"dependencies": {
......
"ngx-amap": "^3.0.5",
......
},
"devDe…
-
首先, 你们的产品必须要收费, 并且不是开源产品
其次, 在typescript越来越流行的情况下, 你们把你们的产品的和typescript一起使用时的一个重要部分功能让开源世界免费给你们打工完成.
这逻辑实在是无耻到了极至. 要么你们自己完成一个完整的typings库, 发布出来, 让大家帮助后续完善, 要么就产品开源, 要么就产品免费.
免费你不干, 开源你不做, 工作全我…
-
我在安装npm install @pansy/react-amap时出现错误,但是yarn add @pansy/react-amap可以,而项目中必须使用npm。错误信息:
npm error Unable to resolve reference $react
npm error A complete log of this run can be found in: /Users/x…
-
-
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…
-
+ [✓] 我已经搜索过 issue,没有类似的问题,或者类似的问题仍然没有解决方案。
+ [✓] 我已经搜索过[文档](https://elemefe.github.io/react-amap/articles/start),并且仍然没有找到解决方案。
+ [✓] 我写了个问题重现的例子,链接或者代码将会贴在下面。
#### Reproduce Example Li…
-
下载amap-wx.js
var myAmapFun = require('../../utils/amap-wx.js');
var myAmapFun = new myAmapFun.AMapWX({ key: getGlobalData("key") }); //key是自己的
myAmapFun.getRegeo({
success: f…
-
### 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'`…
-
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…
-
参见[高德文档](https://lbs.amap.com/api/jsapi-v2/documentation#labelslayer)
AMap.LabelsLayer 拥有方法clear();
在types文件里面没有定义。