updateEntity
Update an existing entity's position, color, label, scale, or visibility on a Cesium 3D globe. Use entity ID to target and apply new property values.
Instructions
Update properties of an existing entity (position, color, label, scale, visibility)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityId | Yes | Entity ID (returned by addMarker/addPolyline etc.) | |
| position | No | New position coordinates | |
| label | No | New label text | |
| color | No | New color (CSS format) | |
| scale | No | New scale factor | |
| show | No | Whether to show | |
| sessionId | No | Target browser session ID for multi-browser routing (optional) |