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

Tappable polyline breaks onTap(latLng) in flutter_map #10

Closed Mkohm closed 4 years ago

Mkohm commented 4 years ago

The current implementation of tappable polyline breaks the onTap in flutter_map. I guess this is because everything is wrapped by the gesture detector. We should forward the tap event to the flutter_map onTap. But to do this we need to convert the tapped TapUpDetails details point into a LatLng any ideas on how to do this conversion?

HugoHeneault commented 4 years ago

Duplicate of #7