An open API service indexing awesome lists of open source software.

https://github.com/dafrok/bmaplib.texticonoverlay


https://github.com/dafrok/bmaplib.texticonoverlay

Last synced: about 1 year ago
JSON representation

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()

```