CameraProgressInfo class
Информация о прогрессе прохождения зоны камеры.
Constructors
- CameraProgressInfo({required RouteCamera camera, required RoutePoint position, double progress = 0})
-
const
Properties
- camera → RouteCamera
-
Камера, для зоны действия которой отслеживается прогресс.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- position → RoutePoint
-
Позиция камеры на маршруте.
final
- progress → double
-
Прогресс прохождения зоны действия камеры,
0, 1
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{RouteCamera? camera, RoutePoint? position, double? progress}) → CameraProgressInfo -
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.
override