# Cesium ion
Loads imagery from a Cesium ion server instance. An authentication token is required.
[More information on Cesium ion may be found here.]([https://cesium.com/cesium-ion/)
## CesiumIonImage
CLASS: CesiumIonImageLayer (inherits from: [ImageLayer](image.md))
<table border=”1” class=”docutils”> <thead> <tr> <th>Property</th> <th>Description</th> <th>Type</th> <th>Default</th> </tr> </thead> <tbody> <tr> <td>asset_id</td> <td>Identifier of the imagery asset on the Cesium ion server to load</td> <td>integer</td> <td></td> </tr> <tr> <td>token</td> <td>Security token for access authentication</td> <td>string</td> <td></td> </tr> </tbody> </table>
### Example
```xml <CesiumIonImage name=”cesiumion bluemarble”>
<asset_id>3845</asset_id> <token>YOUR-TOKEN_HERE</token>