getView
Retrieve the current camera position and orientation for your 3D globe view, including longitude, latitude, height, heading, pitch, and roll, to support spatial analysis and navigation tasks.
Instructions
Get the current camera position and orientation. Returns { success, data: { longitude, latitude, height, heading, pitch, roll }, message? }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | Target browser session ID for multi-browser routing (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| error | No | ||
| message | No | ||
| success | Yes |