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

There is a Tappable Polygon ? #1

Closed joandervieira closed 4 years ago

joandervieira commented 4 years ago

There is a Tappable Polygon ? PolygonLayerOptions

tuarrep commented 4 years ago

No. It's not planned. Contributions are welcome.

tomaszgruzla commented 4 years ago

Can I tap a line between two points of this line?

tuarrep commented 4 years ago

It depends how they are spaced.

Tap is detected in a zone around each way points of the polyline. The radius can be defined in options.

tuarrep commented 4 years ago

@tomaszgruzla Have a look to #4 we are talking about detecting taps between points

HugoHeneault commented 4 years ago

@tomaszgruzla A PR is allowing to tap between points of a line. Would you test it and come back to us?