LocationDispatcherImpl class

Keep the track queue of new location changes pushed

Inheritance
Mixed in 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
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

clear() → void
override
dispose() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
push(ILatLng latLng) → void
override
thresholding(DoubleLinkedQueueEntry<ILatLng> entry) DoubleLinkedQueueEntry<ILatLng>
inherited
toString() String
A string representation of this object.
inherited

Operators

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