zh-mapbox 0.1.84 → 0.1.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -118,7 +118,17 @@ RegisterMapBoxModel(THREE,GLTFLoader)
|
|
|
118
118
|
|
|
119
119
|
##### MapTooltip
|
|
120
120
|
|
|
121
|
-
|
|
121
|
+
```
|
|
122
|
+
options:{
|
|
123
|
+
...,
|
|
124
|
+
customName=false,//是否自定义名称 true时会取消默认类名
|
|
125
|
+
className=‘’,//类名样式
|
|
126
|
+
allMove=false,//使用鼠标移动显示
|
|
127
|
+
events={}//元素事件
|
|
128
|
+
}
|
|
129
|
+
```
|
|
130
|
+
|
|
131
|
+
|
|
122
132
|
|
|
123
133
|
| 方法名 | 参数 | 描述 |
|
|
124
134
|
| -------------------------------------------------- | ------------------------------------------------------------ | ------------ |
|