I'm trying to determine how to set the ViewConfiguration.zoomControlsTimeout
setting in the Android 1.5 framework, when working with a MapView. There is information on how to get this data, but how can I set it?
My end goal is to ensure zoom controls are always displayed on the screen, instead of the default hide/show behavior.