Is is possible to show a map-view in android an allow the user to select an area for example a country or state ?
Clarification :
I want to let users select a country from the map view , How is that possible ?
I don’t care about whether the selected country is highlighted or not , I only care about retrieving which country was selected / touched/ marked by the user
There’s a method to get lat, lon from map
how to get lat and long on touch event from google map?
After that you can call Google Geo Code API to convert this lat,lon to physical address,
i.e.
The Above link will return JSON
Now you can parse JSON and get country name city name locality, state etc etc.
Or other option is to get just country code.
this will return country code PK = Pakistan
you can either get the country code list, or