setView
Switch the Cesium 3D globe camera instantly to a specified longitude/latitude view. Set exact coordinates, height, heading, pitch, and roll for immediate camera repositioning without animation.
Instructions
Instantly switch to specified longitude/latitude view (no animation)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| longitude | Yes | Longitude (-180 to 180) | |
| latitude | Yes | Latitude (-90 to 90) | |
| height | No | Height (meters) | |
| heading | No | Heading angle (degrees) | |
| pitch | No | Pitch angle (degrees) | |
| roll | No | Roll angle (degrees) | |
| sessionId | No | Target browser session ID for multi-browser routing (optional) |