信用包含与如何在屏幕上显示某些内容的属性/信用有关的数据。
Name | Type | Default | Description |
---|---|---|---|
html
|
String | 代表html代码段的字符串 | |
showOnScreen
|
Boolean |
false
|
可选 如果为true,则在主信用容器中将显示信用。否则,它将显示在弹出窗口中 |
Throws:
-
DeveloperError :html是必需的。
Example:
//Create a credit with a tooltip, image and link
var credit = new Cesium.Credit('<a href="https://cesiumjs.org/" target="_blank"><img src="/images/cesium_logo.png" title="Cesium"/></a>');
Members
获取功劳要素
信用额度
积分应显示在屏幕上还是灯箱中
Methods
static Cesium.Credit.clone ( credit ) → Credit
复制一个Credit实例。
Name | Type | Description |
---|---|---|
credit
|
Credit | 可选 要复制的信用。 |
Returns:
一个新的Credit实例,它与所提供的实例重复。 (如果信用额未定义,则返回未定义)
如果功劳相等,则返回true
Name | Type | Description |
---|---|---|
left
|
Credit | 第一信用 |
right
|
Credit | 第二学分 |
Returns:
真正
如果左右相等
假
除此以外。
如果功劳相等,则返回true
Name | Type | Description |
---|---|---|
credit
|
Credit | 要比较的功劳。 |
Returns:
真正
如果左右相等
假
除此以外。