public static final class CameraManager.CamerasOnRouteOptions extends Object
| Constructor and Description |
|---|
CamerasOnRouteOptions(Route route)
Initializes a new instance of the
CameraManager.CamerasOnRouteOptions class using route points. |
| Modifier and Type | Method and Description |
|---|---|
CameraManager.CamerasOnRouteOptions |
setCameraRadiusOnRoute(double radius)
Sets the radius for cameras along the route.
|
CameraManager.CamerasOnRouteOptions |
setOutOfServiceCamerasExcluded(boolean value)
Sets a value indicating whether the out-of-service cameras are returned in the result.
|
public CamerasOnRouteOptions(Route route)
CameraManager.CamerasOnRouteOptions class using route points.route - The route.CameraManager.CamerasManagerException - when the specified route are invalid.public CameraManager.CamerasOnRouteOptions setCameraRadiusOnRoute(double radius)
radius - The radius for cameras along the route.CameraManager.CamerasOnRouteOptions class.CameraManager.CamerasManagerException - when the specified radius is invalid.public CameraManager.CamerasOnRouteOptions setOutOfServiceCamerasExcluded(boolean value)
false.value - true to receive all camera, including out-of-service; false otherwise.Copyright © 2013-2016 INRIX, Inc. All Rights Reserved.