targetArea property
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;
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);