Roman Laitarenko
Roman Laitarenko
@noforeignland Could you share your layer&source setup?
@dandyweng I've created an internal ticket to track this https://mapbox.atlassian.net/browse/MAPSIOS-1127
@lantah-1 I don't think you can get that from this listener
I think currently the only way to do that is to add your own click listener that will give you screen coordinates and then pass them to the 'queryRenderedFeatures' method.
We plan to pass touch coordinates along with the annotation though.
Hi @adambeer, thank you for the detailed report, I'm able to reproduce the issue with the style url you have provided. The issue appears to be another instance of https://github.com/mapbox/mapbox-maps-flutter/issues/800.
Hi @adambeer, sorry for the delay and thank you for the patience, we have identified the root cause and aiming for a patch release next week.
Hi @adambeer, the issue should be addressed in `2.5.1` that has just been released.
Currently overriding location provider from dart side is not supported, this feature is in our roadmap though.
Hi @jnorkus, I can't reproduce the issue with Flutter 3.27, could you share a code snippet?