roadClassificationToSpeedThreshold property
getter/setter pair
Defines, per road classification, how the zoom level should change in response to different vehicle speeds. If TrackingCameraBehavior.defaultSpeedBasedZoomPolicyOptions is not used for TrackingCameraBehaviorSpeedBasedZoomPolicyOptions, it will be an empty map.
Implementation
Map<RoadClassification, List<TrackingCameraBehaviorSpeedThreshold>> roadClassificationToSpeedThreshold;