flyTo
Animate the 3D globe camera to a target longitude and latitude position, with configurable pitch, heading, height, and flight duration.
Instructions
Fly to a specific longitude/latitude position (with animation transition)
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) |