@vuemap/amap-loca-types
@vuemap/amap-loca-types 是高德Loca 2.0 的typings文件。
安装
npm i -S @vuemap/amap-loca-types
用法
tsconfig.json配置示例
{
"files": ["node_modules/@vuemap/amap-jsapi-types/index.d.ts", "node_modules/@vuemap/amap-loca-types/index.d.ts"]
}
ts文件使用
/// <reference types="@vuemap/amap-loca-types" />