Hello everyone,
I am using Google map V2 and I have to draw a shape on the map fragment by touching it. i.e if I rotate my fingers on the map a shape should be generated. I am getting problem because Google mapV2 does not provide lat ,long when we touch the map. I have no need to click on MapV2 so click listener is not useful for me.
So please share any idea or code to get the latitude and longitude from the map by touching it. So that I would draw a shape by touching the map.