mapbox / mapbox-maps-flutter

Interactive, thoroughly customizable maps for Flutter powered by Mapbox Maps SDK
https://www.mapbox.com/mobile-maps-sdk
Other
252 stars 94 forks source link

onLongTapListener returns Lat/Lng not real ScreenCoordinate #81

Closed LorenzSchueler closed 2 weeks ago

LorenzSchueler commented 1 year ago

onLongTapListener returns a ScreenCoordinate, however the x and y values correspond to the lat/ lng of the position and not the coordinates on the screen (where 0, 0 is top left).

evil159 commented 4 months ago

@LorenzSchueler Thank you for the report! I can confirm that this is a bug and we have it on our roadmap to fix it. Additionally we are considering reshaping that bit of API to report both screen and geographical coordinates of an interacted point.