Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upAndroid mapsforge marker displaced #1138
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
By the way the displayed coordinates in OverlayMapViewer is the geographic position of the tap, |
This comment has been minimized.
This comment has been minimized.
Perfect, thank you very much.
And thank you again for the clarification. |
I was having problems with my application because I saw that the markers were displaced as I zoomed in and out, so I decided to install the mapsforge examples.
When I tested them on my Android 9, I discovered that the problem was still there. In the screenshots you can see how the coordinates shown are different as I zoom.
In the screenshots you can see how the position of the marker changes and the coordinates returned by the example are different from the original protected LatLong latLong1 = new LatLong(52.5, 13.4);
This doesn't happen to me in Android version 6 and earlier.