Credit

new Cesium.Credit (html, showOnScreen )

信用包含与如何在屏幕上显示某些内容的属性/信用有关的数据。
Name Type Default Description
html String 代表html代码段的字符串
showOnScreen Boolean false 可选 如果为true,则在主信用容器中将显示信用。否则,它将显示在弹出窗口中
Throws:
Example:
//Create a credit with a tooltip, image and link
var credit = new Cesium.Credit('<a href="https://cesium.com/" target="_blank"><img src="/images/cesium_logo.png" title="Cesium"/></a>');

Members

readonly element : HTMLElement

获取功劳要素

readonly html : String

信用额度

readonly showOnScreen : Boolean

积分应显示在屏幕上还是灯箱中

Methods

static Cesium.Credit.clone ( credit ) Credit

复制一个Credit实例。
Name Type Description
credit Credit 可选 要复制的信用。
Returns:
一个新的Credit实例,它与所提供的实例重复。 (如果信用额未定义,则返回未定义)

static Cesium.Credit.equals (left, right) Boolean

如果功劳相等,则传回true
Name Type Description
left Credit 第一信用
right Credit 第二学分
Returns:
真正 如果左右相等 除此以外。

equals (credit) Boolean

如果功劳相等,则传回true
Name Type Description
credit Credit 要比较的功劳。
Returns:
真正 如果左右相等 除此以外。