batchAddEntities
Add multiple entities like markers, polylines, and polygons in a single operation to populate a 3D globe. Accepts up to 1000 entity definitions.
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) |