Using ArcGIS Android 100+...
In additional to pin/pull to zoom in/out I need to provide zoom in/out buttons.
Unfortunately I'm not seeing a straight forward way to accomplish this. I'm not even sure how to determine the current zoom level after loading my map from a mobile map package. Suggestions?
Figured this out. Don't really know how I missed this... MapView class has methods:
Using these two methods I am able to build programmatic zoom controls.