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