position |
Cesium.Cartesian3
|
Array
|
<optional>
|
|
弹窗坐标 (type=2时生效) |
show |
Boolean
|
|
|
是否显示 |
success |
function
|
<optional>
|
|
创建成功的回调函数 |
type |
Number
|
<optional>
|
1
|
1~位置变化提示框 / 2~固定坐标提示框 |
position |
Cesium.Cartesian3
|
Array
|
|
|
固定坐标提示框的坐标( cartesian3 / [101,30] ),type为1时,可不设置此参数 |
anchor |
Boolean
|
<optional>
|
true
|
是否显示锚点 |
closeBtn |
Boolean
|
<optional>
|
true
|
是否显示关闭按钮 |
className |
String
|
|
|
自定义class |
content |
String
|
|
|
弹窗内容 |
close |
function
|
<optional>
|
|
关闭弹窗时的回调函数 |
offset |
Object
|
<optional>
|
|
偏移参数
Properties
Name |
Type |
Attributes |
Description |
x |
Number
|
<optional>
|
横坐标偏移像素单位 |
y |
Number
|
<optional>
|
纵坐标偏移像素单位 |
|
style |
Object
|
<optional>
|
|
弹窗面板样式
Properties
Name |
Type |
Attributes |
Default |
Description |
background |
String
|
<optional>
|
'white'
|
背景色 |
boxShadow |
String
|
<optional>
|
|
弹窗阴影(css属性) |
color |
String
|
<optional>
|
|
弹窗颜色 |
|