CameraBehaviour class
Режим слежения камеры.
Режимы камеры деградируются по следующим правилам: смещение карты сбрасывает слежение за позицией (включая слежение за направлением и стилевым уровнем масштабирования) события: DirectMapShiftEvent, MapShiftBeginEvent, DirectMapRotationEvent с указанием центра события, DirectMapScalingEvent с указанием центра события, ScaleMapEvent с указанием центра события поворот карты относительно точки позиции отбрасывает Bearing события: MapRotationBeginEvent, RotateMapToNorthEvent, DirectMapRotationEvent без центра события изменение масштаба относительно точки позиции отбрасывает StyleZoom события: MapScalingBeginEvent, DirectMapScalingEvent без центра события, ScaleMapEvent без центра события наклон отбрасывает Tilt события: DirectMapTiltEvent
Constructors
- CameraBehaviour({required FollowPosition? position, FollowTilt tilt = FollowTilt.off})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- position → FollowPosition?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tilt → FollowTilt
-
final
Methods
-
copyWith(
{Optional< FollowPosition?> ? position, FollowTilt? tilt}) → CameraBehaviour -
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