How to use Android Map to zoom with hand gesture (iphone like) - Stack Overflow most recent 30 from stackoverflow.com2009-12-01T05:29:19Zhttp://stackoverflow.com/feeds/question/749887http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/749887/how-to-use-android-map-to-zoom-with-hand-gesture-iphone-like-1How to use Android Map to zoom with hand gesture (iphone like)aZn1372009-04-15T00:37:06Z2009-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#7499351Answer by pjz for How to use Android Map to zoom with hand gesture (iphone like)pjz2009-04-15T01:02:14Z2009-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>