1 Star 1 Fork 1

gyy/amap-jsapi-loader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.d.ts 610 Bytes
一键复制 编辑 原始数据 按行查看 历史
gyy 提交于 1年前 . 修改.d.ts文件
declare var load: (options: {
key: string; // 申请好的Web端开发者Key,首次调用 load 时必填
version: string; // 指定要加载的 JSAPI 的版本,缺省时默认为 1.4.15
plugins?: string[]; //插件列表
// 是否加载 AMapUI,缺省不加载
AMapUI?: {
version?: string; // AMapUI 缺省 1.1
plugins?: string[]; // 需要加载的 AMapUI ui插件
};
// 是否加载 Loca, 缺省不加载
Loca?: {
version?: string; // Loca 版本,缺省 1.3.2
};
}) => Promise<any>;
declare var reset: () => void
export { load, reset };
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/guyangyang/amap-jsapi-loader.git
git@gitee.com:guyangyang/amap-jsapi-loader.git
guyangyang
amap-jsapi-loader
amap-jsapi-loader
master

搜索帮助