zoomToExtent
Adjust the 3D globe camera to focus on a specified rectangular region using longitude and latitude bounds. Supports custom animation duration and multi-browser sessions.
Instructions
Zoom to specified geographic extent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| east | Yes | East boundary longitude (degrees) | |
| west | Yes | West boundary longitude (degrees) | |
| north | Yes | North boundary latitude (degrees) | |
| south | Yes | South boundary latitude (degrees) | |
| duration | No | Animation duration (seconds) | |
| sessionId | No | Target browser session ID for multi-browser routing (optional) |