We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This plugin is great!
But as a suggestion, would it be possible to add long press detection, similar to onTap?
onTap
If not, is there some way to manually detect if a long press on the FlutterMap was on a polyline (and if so, which one)?
The text was updated successfully, but these errors were encountered:
Thanks @magnuswikhog
You could have a look at the GestureDetector in flutter_map_tappable_polyline.
Do not hesitate to create a PR so everyone can use your longpress event ;)
Sorry, something went wrong.
I have created an PR to address this issue: #65
No branches or pull requests
This plugin is great!
But as a suggestion, would it be possible to add long press detection, similar to
onTap
?If not, is there some way to manually detect if a long press on the FlutterMap was on a polyline (and if so, which one)?
The text was updated successfully, but these errors were encountered: