Credit

new Credit(text, imageUrl, link)

A credit contains data pertaining to how to display attributions/credits for certain content on the screen.
Name Type Description
text String optional The text to be displayed on the screen if no imageUrl is specified.
imageUrl String optional The source location for an image
link String optional A URL location for which the credit will be hyperlinked
Example:
//Create a credit with a tooltip, image and link
var credit = new Cesium.Credit('Cesium', '/images/cesium_logo.png', 'http://cesiumjs.org/');

Members

imageUrl :String

The source location for the image.
A URL location for the credit hyperlink

text :String

The credit text

Methods

staticCredit.equals(left, left)Boolean

Returns true if the credits are equal
Name Type Description
left Credit The first credit
left Credit The second credit
Returns:
true if left and right are equal, false otherwise.

equals(credits)Boolean

Returns true if the credits are equal
Name Type Description
credits Credit The credit to compare to.
Returns:
true if left and right are equal, false otherwise.

hasImage()Boolean

Returns true if the credit has an imageUrl
Returns:
Returns true if the credit has a link
Returns: