flutter_map icon indicating copy to clipboard operation
flutter_map copied to clipboard

[FEATURE] Add catch-all `MapEventZoom`

Open opk12 opened this issue 8 months ago • 0 comments

What do you want implemented?

A generic "zoom" event, to simplify updating the internal state of the app that depends on the zoom level number.

What other alternatives are available?

Currently the app must enumerate all the gestures: zoom in and out buttons, MapEventDoubleTapZoom, MapEventScrollWheelZoom.

This approach

  • does not handle the pinch zoom event; I'm told that there is a multi finger event that is redirected into a MapEventMove, but this is easy to miss in the API
  • ignores future gestures: the two-finger tap requested in #1432
  • is verbose

Can you provide any other information?

No response

Severity

Annoying: Currently have to use workarounds

opk12 avatar Nov 13 '23 12:11 opk12