MapShape.BoundingAngles

Syntax

BoundingAngles: PP.Rect;

Description

The BoundingAngles property determines a rectangular shape bounding map layer area.

Comments

Use JSON or the setBoundingAngles method to set the property value and the getBoundingAngles method to get the property value.

Example

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:

MapShape