MCPcopy
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
5export function toLngLat(arr) {
6 return new AMap.LngLat(arr[0], arr[1]);
7}
8
9/**
10 * @param arrs 二重数组 southWest, northEast

Callers 2

convertSignalPropFunction · 0.90
toBoundsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected