zoomToExtent
Animate the 3D globe camera to a specified geographic extent defined by west, south, east, and north coordinates.
Instructions
Animate the camera to a west/south/east/north bounding box. Returns { success: boolean, data?: unknown, message?: string, error?: string }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | Yes | Geographic extent [west, south, east, north] in degrees | |
| duration | No | Animation duration (seconds) | |
| sessionId | No | Target browser session ID for multi-browser routing (optional) |