In principle, I have often worked with Yandex Mapkit for Android. But now there was a little uneasy task of which decision did not find more. Can we fix a fixed marker in the center of the map and leave the user the opportunity to move the map, and we can get the current coordinates of the marker.

  • Can you throw off an example of the implementation of your solution? - user210782

1 answer 1

This can be done by adding a marker not on the map, but just on top of the map, and then transfer the screen coordinates to the map coordinates :)
I think it would be more correct.