zoomToExtent
Zoom the 3D globe to a specified geographic bounding box. Provide west, south, east, north boundary coordinates to set the camera view, with an optional animation duration for smooth transitions.
Instructions
Zoom to specified geographic extent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| west | Yes | West boundary longitude (degrees) | |
| south | Yes | South boundary latitude (degrees) | |
| east | Yes | East boundary longitude (degrees) | |
| north | Yes | North boundary latitude (degrees) | |
| duration | No | Animation duration (seconds) | |
| sessionId | No | Target browser session ID for multi-browser routing (optional) |