tileUpdateTransformer property

TileUpdateTransformer tileUpdateTransformer
final

Restricts and limits TileUpdateEvents (which are emitted 'by' MapEvents), which cause tiles to update.

For more information, see TileUpdateTransformer.

Defaults to TileUpdateTransformers.ignoreTapEvents, which disables updates for map taps, secondary taps and long presses, which alone should not cause the camera to change position.

Note that changing this after the layer has already been built will have no effect. If necessary, force a rebuild of the entire layer by changing the key.

Implementation

final TileUpdateTransformer tileUpdateTransformer;