vue-cesium
Version:
Vue 3.x components for CesiumJS.
17 lines (13 loc) • 371 B
JavaScript
Object.defineProperty(exports, '__esModule', { value: true });
;
class Projection {
lngLatToPoint() {
throw new Error("lngLatToPoint\u65B9\u6CD5\u672A\u5B9E\u73B0");
}
pointToLngLat() {
throw new Error("pointToLngLat\u65B9\u6CD5\u672A\u5B9E\u73B0");
}
}
exports["default"] = Projection;
//# sourceMappingURL=Projection.js.map
;