I am using qt version 5.10.1 and arcgis 100.6 . My code is in cpp.
I want to add zoom and pan pushbuttons on my map. I am aware that mousecontrol and keyboard controls are available for navigation on map. However I want the same functionality on my map.
For eg. on clicking the <-- pushbutton my map the right pan action must be executed. Similarly on + pushbutton click map must zoom in.
Is there any way to acheive this?