SpeedBasedCameraBehaviorProfileValue constructor

SpeedBasedCameraBehaviorProfileValue(
  1. double fromMetersPerSecond,
  2. double toMetersPerSecond,
  3. MapMeasure zoom,
  4. double tiltInDegrees,
)

Creates a new instance.

  • fromMetersPerSecond Start speed of the range.
  • toMetersPerSecond End speed of the range.
  • zoom Zoom configuration.
  • tiltInDegrees Tilt configuration.

Implementation

SpeedBasedCameraBehaviorProfileValue(this.fromMetersPerSecond, this.toMetersPerSecond, this.zoom, this.tiltInDegrees);