文件名称:mapLine::compass: 一个基于高德地图的线路展示React组件
文件大小:240KB
文件格式:ZIP
更新时间:2024-06-05 17:54:28
TypeScript
maplib2
概述
,一个基于高德地图的线路展示React组件。
更便捷的完成地图展示的开发,不需要再学习高德的Api。
起步
引入高德SDK
需要在页面中引入高德SDK文件,并修改为你的Key。
<!-- html部分添加 -->
[removed][removed]
安装
# use Npm
$ npm install maplib2
# or Yarn
$ yarn add maplib2
使用
import Maplib2 from 'maplib2'
import 'maplib2/dist/mapLine.min.css'
【文件预览】:
mapLine-master
----.gitignore(41B)
----package.json(2KB)
----src()
--------back.tsx(10KB)
--------index.less(2KB)
--------index.tsx(10KB)
----jest.config.js(410B)
----LICENSE(1KB)
----tsconfig.json(528B)
----.github()
--------workflows()
----.eslintrc.js(193B)
----README.md(5KB)
----example()
--------package.json(571B)
--------tsconfig.json(458B)
--------index.html(465B)
--------index.less(33B)
--------.npmignore(24B)
--------index.tsx(2KB)
--------yarn.lock(230KB)
----.eslintignore(20B)
----tsdx.config.js(568B)
----test()
--------blah.test.tsx(3KB)
----yarn.lock(349KB)