CustomFollowController class abstract
Интерфейс, который можно реализовать на платформе для создания собственного контроллера слежения за параметрами Для добавления контроллера в камеру, нужно реализовать этот интерфейс и создать объект FollowController'а передав в качестве аргумента объект, реализующий данные интерфейс.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
availableValues(
) → FollowValueEnumSet -
bearing(
) → Bearing? -
coordinates(
) → GeoPoint? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestValues(
FollowValueEnumSet values) → void -
setNewValuesNotifier(
NewValuesNotifier? notifier) → void -
styleZoom(
) → StyleZoom? -
tilt(
) → Tilt? -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited