LocationDispatcherImpl class

Inheritance
Implemented types

Constructors

LocationDispatcherImpl({double threshold = 1.5})

Properties

hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setteroverride
isNotEmpty bool
no setteroverride
last ILatLng
no setteroverride
length int
no setteroverride
next ILatLng
no setteroverride
observers List<OnLocationChanged>
getter/setter pairinherited
peek ILatLng
no setteroverride
popLast ILatLng
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threshold double
final
values List<ILatLng>
no setteroverride

Methods

attach({required OnLocationChanged observer}) → void
inherited
clear() → void
override
detach(OnLocationChanged observer) → void
inherited
dispose() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyObservers() → void
inherited
push(ILatLng latLng) → void
override
toString() String
A string representation of this object.
inherited

Operators

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