I have the below code to convert lat, long to human readable address. Now iam getting full details including street name. How can i get only city, state, country? I don\'t want
Use the following methods on the objects from addresses:
getLocality() getCountryName()
I am not sure how to get the state though.