Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ElemeFE/vue-amap
/ toLngLat
Function
toLngLat
src/lib/utils/convert-helper.js:5–7 ·
view source on GitHub ↗
(arr)
Source
from the content-addressed store, hash-verified
3
}
4
5
export
function
toLngLat(arr) {
6
return
new
AMap.LngLat(arr[0], arr[1]);
7
}
8
9
/**
10
* @param arrs 二重数组 southWest, northEast
Callers
2
convertSignalProp
Function · 0.90
toBounds
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected