public static final class CameraManager.CamerasInBoxOptions extends Object
| Constructor and Description |
|---|
CamerasInBoxOptions(GeoPoint corner1,
GeoPoint corner2)
Initializes a new instance of the
CameraManager.CamerasInBoxOptions
class with the two corners of the rectangular region. |
| Modifier and Type | Method and Description |
|---|---|
CameraManager.CamerasInBoxOptions |
setCorner1(GeoPoint value)
Sets the first corner of the region.
|
CameraManager.CamerasInBoxOptions |
setCorner2(GeoPoint value)
Sets the second corner of the region, which is diagonally opposite the first corner.
|
CameraManager.CamerasInBoxOptions |
setOutOfServiceCamerasExcluded(boolean value)
Sets a value indicating whether the out-of-service cameras are returned in the result.
|
String |
toString() |
public CamerasInBoxOptions(GeoPoint corner1, GeoPoint corner2)
CameraManager.CamerasInBoxOptions
class with the two corners of the rectangular region.corner1 - The first corner of the region in which to get data.corner2 - The second corner of the region in which to get data, which
diagonally opposed corner1.public CameraManager.CamerasInBoxOptions setCorner1(GeoPoint value)
value - The first corner of the region in which to get data.CameraManager.CamerasInBoxOptions class.CameraManager.CamerasManagerException - when value is not a valid corner position.public CameraManager.CamerasInBoxOptions setCorner2(GeoPoint value)
value - The second corner of the region in which to get data.CameraManager.CamerasInBoxOptions class.CameraManager.CamerasManagerException - when value is not a valid corner position.public CameraManager.CamerasInBoxOptions setOutOfServiceCamerasExcluded(boolean value)
false.value - true to receive all camera, including out-of-service; false otherwise.Copyright © 2013-2016 INRIX, Inc. All Rights Reserved.