flyTo
Fly the Cesium 3D globe camera to a specified latitude, longitude, and height. Accepts optional pitch, heading, and duration for controlled navigation.
Instructions
Animate the camera to a geographic location. Use for visible navigation requested by the user. Returns { success: boolean, message?: string, error?: string }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pitch | No | Pitch angle (degrees), -90 = straight down | |
| height | No | Camera height (meters), default 50000 | |
| heading | No | Heading angle (degrees), 0 = North | |
| duration | No | Flight animation duration (seconds) | |
| latitude | Yes | Latitude (-90 to 90) | |
| longitude | Yes | Longitude (-180 to 180) | |
| sessionId | No | Target browser session ID for multi-browser routing (optional) |