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

Multiple onTap is called #13

Closed Mkohm closed 3 years ago

Mkohm commented 3 years ago

If there are many polylines multiple onTap can be called. A solution where only the closest one will be triggered should be implemented. Will see what i can do about it later.