Credit
A credit contains data pertaining to how to display attributions/credits for certain content on the screen.
// Create a credit with a tooltip, image and link
const credit = new Credit('<a href="https://cesium.com/" target="_blank"><img src="/images/cesium_logo.png" style="vertical-align: -7px" title="Cesium"/></a>');
Content copied to clipboard