[android-developers] Google map: getting exception when trying to get location name of clicked co-ordinates

2012-03-16 Thread Narendra Singh Rathore
Hi all, I am using google map in my application. Till now, I have successfully shown the map with marker, as well as *got the clicked co-ordinates*, with the help of boolean method *onTouchEvent*of MapOverlay extending com.google.android.maps.Overlay. Now, I am trying to get the location name(s)

Re: [android-developers] Google map: getting exception when trying to get location name of clicked co-ordinates

2012-03-16 Thread TreKing
On Fri, Mar 16, 2012 at 5:45 AM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: The bold line throwing the IOException. *java.io.IOException: Service not Available*. Please help me to get, where I am wrong, as well as some helpful suggestion to achieve what I want. What are you