addModel
Add a 3D model (glTF/GLB) at specified geographic coordinates, with options for placement height, orientation, and scale.
Instructions
Add a glTF or GLB model at geographic coordinates. Returns { success: boolean, data?: unknown, message?: string, error?: string }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | glTF/GLB model file URL | |
| roll | No | Roll angle (degrees) | |
| label | No | Model label text | |
| pitch | No | Pitch angle (degrees) | |
| scale | No | Model scale factor | |
| height | No | Placement height (meters) | |
| heading | No | Heading angle (degrees), 0=North | |
| latitude | Yes | Latitude (-90 to 90) | |
| longitude | Yes | Longitude (-180 to 180) | |
| sessionId | No | Target browser session ID for multi-browser routing (optional) |