OwnWeb / flutter_map_tappable_polyline

A tappable Polyline plugin for flutter_map
https://pub.dev/packages/flutter_map_tappable_polyline
MIT License
54 stars 44 forks source link

Add TapPosition to `onTap` callback #30

Closed tuarrep closed 3 years ago

tuarrep commented 3 years ago

Pass the screen tap position to onTap callback.

Inspired by https://github.com/fleaflet/flutter_map/pull/957