@vuemap/vue-amap
Version:
高德地图vue3版本封装
10 lines (9 loc) • 350 B
TypeScript
export function toPixel(arr: any): AMap.Pixel;
export function toSize(arr: any): AMap.Size;
export function pixelTo(pixel: any): any[];
export function toLngLat(arr: any): AMap.LngLat;
export function lngLatTo(lngLat: any): any[] | undefined;
/**
* @param arrs 二重数组 southWest, northEast
*/
export function toBounds(arrs: any): AMap.Bounds;