Skip to content

TypeError: _map_component_vue_tmap__WEBPACK_IMPORTED_MODULE_0__.TMap.LatLng is not a constructor #20

@TheMelody

Description

@TheMelody

使用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

你们文档不是写可以:直接调用地图原生 api吗?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions