set_map_view
Set the ArcGIS Pro map view by moving to an extent, center point, scale, or rotation for controlled navigation.
Instructions
Move the map view: set an extent, a centre point, a scale and/or a rotation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Centre X in map units. | |
| y | No | Centre Y in map units. | |
| epsg | No | WKID the extent coordinates are in. | |
| scale | No | Map scale denominator, e.g. 50000. | |
| extent | No | Extent as {"xmin": ..., "ymin": ..., "xmax": ..., "ymax": ...}. | |
| map_name | No | Map to act on; defaults to the active map. | |
| rotation | No | Rotation in degrees. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |