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

Functionality for tappable polygon #44

Closed MaxiStefan closed 1 year ago

MaxiStefan commented 2 years ago

Hi,

I am trying to implement different shapes into my app, point, polyline and lastly polygon. I really like the plugin and tappable shapes are amazing. I was curious, off the top of your head, what it would take to extend the current functionality to allow the creation of a tappable (color-filled) polygon. I know I can create a polygon by going full circle with the polyline points, however, I would also like to tap on the poylgon as a whole, not only the individual poylines.

Thanks in advance!

HugoHeneault commented 1 year ago

Hello @MaxiStefan :)

Have you managed to get polygons tapped as you'd wish? If so, would you consider crafting a PR so everyone can benefit from your work?

I'm closing it as we don't plan to implement polygons taping on our own.

Have a great day!