MyLocationControlModel class

Модель контрола перелета к местоположению пользователя. Контрол состоит из кнопки, при нажатии на которую камера перелетает к местоположению пользователя. Если местоположение не определено, ничего не происходит. Методы объекта необходимо вызывать на одном потоке.

Implemented types

Constructors

MyLocationControlModel(Map map)
factory

Properties

followState CameraFollowState
no setter
followStateChannel → StatefulChannel<CameraFollowState>
no setter
hashCode int
The hash code for this object.
no setteroverride
isEnabled bool
no setter
isEnabledChannel → StatefulChannel<bool>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onClicked() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override