mapbox-maps-flutter icon indicating copy to clipboard operation
mapbox-maps-flutter copied to clipboard

bug! onTapListener gets a ScreenCoordinate which should be in pixel units but its giving in longitude and latitude units instead!

Open ember11498 opened this issue 2 years ago • 3 comments

i want to use ScreenBox to queryfeatures i was using onTapListener to know where the user taps on the screen, unfortunately it seems there is a bug and ScreeCoordinates are actual map coordinates instead of pixel coordinates!

ember11498 avatar Jun 08 '23 17:06 ember11498

Hey. In issue #188 you will find some code to convert the longitude and latitude to screen coordinates.

remilejeune2 avatar Jun 15 '23 18:06 remilejeune2

This should be addressed by https://github.com/mapbox/mapbox-maps-flutter/pull/473

evil159 avatar Apr 08 '24 11:04 evil159

This is still a problem in April 2024 - is #473 going to be merged in the next realese?

noforeignland avatar Apr 16 '24 23:04 noforeignland