https://github.com/dafrok/bmaplib.texticonoverlay
https://github.com/dafrok/bmaplib.texticonoverlay
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dafrok/bmaplib.texticonoverlay
- Owner: Dafrok
- License: mit
- Created: 2017-09-05T01:46:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-21T10:00:49.000Z (over 6 years ago)
- Last Synced: 2024-11-11T09:50:07.340Z (over 1 year ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BMapLib.TextIconOverlay
## Installation
### NPM
```bash
$ npm i --save bmaplib.texticonoverlay
```
### CDN
```html
```
## Usage
### ES Next
```js
import TextIconOverlay from 'bmaplib.texticonoverlay'
// You should use this lib after BaiduMap loaded. For Example:
loadBaiduMap.then(() => {
new TextIconOverlay()
})
```
### CDN
```html
new BMapLib.TextIconOverlay()
```