I need to place built-in zoom controls of MapView into position different from the default position. While it's easy to do using getZoomControls() method, this method is deprecated in recent API versions.
Does anyone has idea how to do this without calling getZoomControls()?
I have an answer to this. I managed to reposition it with this code in the bottom left corner instead of in the middle
This thing does not work unless you sequence your calls correctly. This worked for me.
Upvote for @ludwigm, the only answer that worked for me. Thanks.