Module: ol/interaction/KeyboardPan

ol/interaction/KeyboardPan


Classes

KeyboardPan

Type Definitions

Options{Object}

Properties:
Name Type Argument Default Description
condition Condition <optional>

A function that takes an MapBrowserEvent and returns a boolean to indicate whether that event should be handled. Default is noModifierKeys and targetNotEditable.

duration number <optional>
100

Animation duration in milliseconds.

pixelDelta number <optional>
128

The amount of pixels to pan on each key press.