How to use Android Map to zoom with hand gesture (iphone like) - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T05:29:19Z http://stackoverflow.com/feeds/question/749887 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/749887/how-to-use-android-map-to-zoom-with-hand-gesture-iphone-like -1 How to use Android Map to zoom with hand gesture (iphone like) aZn137 2009-04-15T00:37:06Z 2009-04-15T21:44:37Z <p>how do you use the Android API to zoom in and out maps with the 2 finger gestures like iPhone?</p> <p>thanks.</p> http://stackoverflow.com/questions/749887/how-to-use-android-map-to-zoom-with-hand-gesture-iphone-like/749935#749935 1 Answer by pjz for How to use Android Map to zoom with hand gesture (iphone like) pjz 2009-04-15T01:02:14Z 2009-04-15T21:44:37Z <p>Android doesn't currently officially support multitouch. There's been some work by various people (Your google for 'android multitouch' is as good as mine), but nothing in the official android distro or APIs yet.</p> <p>A <a href="http://phandroid.com/2009/04/15/company-suing-apple-shows-off-multi-touch-on-android/" rel="nofollow">relevant blog post</a> just showed up in my feedreader with more particulars.</p>