You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
使用TMap.LatLng 报错:
TypeError: map_component_vue_tmap__WEBPACK_IMPORTED_MODULE_0_.TMap.LatLng is not a constructor
import { TMap } from "@map-component/vue-tmap";
var pointA = new TMap.LatLng(maxLat,maxLng); // 创建点坐标A
var pointB = new TMap.LatLng(minLat,minLng); // 创建点坐标B