flyTo
Navigate a 3D globe to any geographic coordinate with animated camera movement. Specify longitude, latitude, and optional height, heading, pitch, and flight duration.
Instructions
Fly to a specific longitude/latitude position (with animation transition)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| longitude | Yes | Longitude (-180 to 180) | |
| latitude | Yes | Latitude (-90 to 90) | |
| height | No | Camera height (meters), default 50000 | |
| heading | No | Heading angle (degrees), 0 = North | |
| pitch | No | Pitch angle (degrees), -90 = straight down | |
| duration | No | Flight animation duration (seconds) | |
| sessionId | No | Target browser session ID for multi-browser routing (optional) |