Android Question Mapview and ZoomIn and ZoomOut

AlpVir

Well-Known Member
Licensed User
Longtime User
Since I could not move the zoom control to MapView to another area of the screen, I thought
1) disable the zoom control;
2) create two semi-transparent buttons (Zoom + and Zoom -).
I've already done
Now I need to make it visible or not the two buttons when the map is moved.
Precisely when you move the buttons should be visible for 10 seconds, then become invisible when the map is stationary.
How to catch the movement of the map ?
Thanks in advance
 
Top