SpeedBasedCameraBehaviorProfileValue class
A single profile value which indicates the speed range in which it applies to its zoom and tilt configuration.
Constructors
- SpeedBasedCameraBehaviorProfileValue(double fromMetersPerSecond, double toMetersPerSecond, MapMeasure zoom, double tiltInDegrees)
- Creates a new instance.
Properties
- fromMetersPerSecond ↔ double
-
Start speed of the range.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tiltInDegrees ↔ double
-
Tilt configuration.
getter/setter pair
- toMetersPerSecond ↔ double
-
End speed of the range.
getter/setter pair
- zoom ↔ MapMeasure
-
Zoom configuration.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited