setView
Instantly move the camera to a specified longitude, latitude, height, heading, pitch, and roll for deterministic 3D globe setup.
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) |