targetArea property

GeoBox? targetArea

Geographical area to which the camera target is limited. Gets a GeoBox that limits the camera target to a specific geographical area. Absence of a value means that there is no limit.

Implementation

GeoBox? get targetArea;
void targetArea=(GeoBox? value)

Geographical area to which the camera target is limited. Sets a GeoBox that limits the camera target to a specific geographical area. Set to null to remove the limit.

Implementation

set targetArea(GeoBox? value);