amap-js
amap-js copied to clipboard
基于AMap高德地图构建的API加载器。
Results
1
amap-js issues
Sort by
recently updated
recently updated
newest added
```js import AMapJS from "amap-js"; // or // import { AMapLoader, AMapUILoader, LocaLoader, ... } from 'amap-js'; // 创建AMapLoader const loader = new AMapJS.AMapLoader({ key: "您申请的高德Key值", version: "2.0", plugins: []...