batchAddEntities
Add up to 1000 Cesium entities of various types (markers, polylines, polygons, models) in a single batch operation to populate a 3D scene.
Instructions
Add multiple supported entities in one page operation. Returns { success: boolean, data?: unknown, message?: string, error?: string }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entities | Yes | Array of entity definitions, each containing a type field and parameters for that type | |
| sessionId | No | Target browser session ID for multi-browser routing (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| error | No | ||
| message | No | ||
| success | Yes |