Tag: listener

  • Double-Tap to Zoom in Android Maps

    Double-Tap to zoom is a typical feature for mapped interfaces on Android. Sometimes it’s just annoying trying to reverse-pinch to zoom with one hand while holding a device. This is something that’s not technically difficult to do, but it’s not documented very well. Here’s how to do it: Write a class that inherits from MapView,…