MyLocationControllerSettings class
Настройки контроллера перемещения маркера геопозиции.
Constructors
- MyLocationControllerSettings({BearingSource? bearingSource = BearingSource.auto, Duration animationDuration = const Duration(milliseconds: 1000), Meter coordinatesThreshold = const Meter(0.10000000149011612), Bearing bearingThreshold = const Bearing(1)})
-
const
Properties
- animationDuration → Duration
-
Неотрицательная длительность изменения реального направления.
final
- bearingSource → BearingSource?
-
Источник направления. Если отсутствует, будет отображаться маркер без направления.
final
- bearingThreshold → Bearing
-
Неотрицательное пороговое значение учитываемого изменения реального направления.
final
- coordinatesThreshold → Meter
-
Неотрицательное пороговое значение учитываемого изменения реальной позиции и её точности.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{Optional< BearingSource?> ? bearingSource, Duration? animationDuration, Meter? coordinatesThreshold, Bearing? bearingThreshold}) → MyLocationControllerSettings -
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