# BMapLib.TextIconOverlay
**Repository Path**: mirrors_dafrok/BMapLib.TextIconOverlay
## Basic Information
- **Project Name**: BMapLib.TextIconOverlay
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-08
- **Last Updated**: 2026-03-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## 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
```