TileUpdateTransformers class

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

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

Operators

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

Static Properties

alwaysLoadAndPrune StreamTransformer<TileUpdateEvent, TileUpdateEvent>
Always load and update tiles for every map event.
final
ignoreTapEvents StreamTransformer<TileUpdateEvent, TileUpdateEvent>
Avoid loading/updating tiles when a tap occurs on the assumption that it should not cause new tiles to be loaded.
final

Static Methods

throttle(Duration duration, {bool ignoreTapEvents = true}) TileUpdateTransformer
Throttle updates such that maximum one per duration is emitted.