LocationService class
Класс для работы с установленным при инициализации SDK источником.
- Implemented types
Constructors
- LocationService(Context context)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
lastLocation(
) → StatefulChannel< Location?> - Канал, который оповещает об изменении геопозиции.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onPermissionGranted(
) → void - Метод необходимо вызвать после получения разрешений на использование геопозиции.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override