BoundingAngles: PP.Rect;
The BoundingAngles property determines a rectangular shape bounding map layer area.
Use JSON or the setBoundingAngles method to set the property value and the getBoundingAngles method to get the property value.
Use the example given in the page with description of the MapChart.TopoBoundingAngles property, but replace the script line
map.setTopoBoundingAngles(rect);
with the following code:
shape.setBoundingAngles(rect);
The example result is the same.
See also: