enableScrollWheel property

bool enableScrollWheel
final

If true then the map will scroll when the user uses the scroll wheel on his mouse. This is supported on web and desktop, but might also work well on Android. A Listener is used to capture the onPointerSignal events.

Implementation

final bool enableScrollWheel;