1.1.44 • Published 2 years ago

@zhjcom/map v1.1.44

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

map

地图控件

安装

# Install
$ npm install @vtx/map
#或者
$ yarn add @vtx/map

文档

全量导入引用方式(==不推荐==):

# 地图组件(地图组件的ref函数现在改为getMapInstance)
$ import { VtxMap, VtxOptMap, VtxZoomMap } from '@vtx/map';

# 地图弹出框组件
$ import { VtxSearchMap } from '@vtx/map';

使用 babel-plugin-import 动态加载引用方式(==推荐==):

# 地图组件(地图组件的ref函数现在改为getMapInstance)
$ import { VtxMap } from '@vtx/map';
$ const { VtxOptMap, VtxZoomMap, MapPlayer } = VtxMap;

# 地图弹出框组件
$ import { VtxSearchMap } from '@vtx/map';

License

MIT

1.1.44

2 years ago

1.1.37

2 years ago

1.1.35

2 years ago

1.1.33

2 years ago

1.1.24

2 years ago

1.1.23

2 years ago

1.1.20

2 years ago

1.1.14

2 years ago

1.1.11

2 years ago

1.0.7

2 years ago