SpeedBasedCameraBehaviorProfileValue constructor
- double fromMetersPerSecond,
- double toMetersPerSecond,
- MapMeasure zoom,
- double tiltInDegrees,
Creates a new instance.
fromMetersPerSecondStart speed of the range.toMetersPerSecondEnd speed of the range.zoomZoom configuration.tiltInDegreesTilt configuration.
Implementation
SpeedBasedCameraBehaviorProfileValue(this.fromMetersPerSecond, this.toMetersPerSecond, this.zoom, this.tiltInDegrees);