setView
Immediately set the 3D camera to specified coordinates and orientation without animation. Use for deterministic setup or instant view changes.
Instructions
Set the camera position immediately without animation. Use for deterministic setup or instant view changes. Returns { success: boolean, message?: string, error?: string }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| roll | No | Roll angle (degrees) | |
| pitch | No | Pitch angle (degrees) | |
| height | No | Height (meters) | |
| heading | No | Heading angle (degrees) | |
| latitude | Yes | Latitude (-90 to 90) | |
| longitude | Yes | Longitude (-180 to 180) | |
| sessionId | No | Target browser session ID for multi-browser routing (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| message | No | ||
| success | Yes |