How can you get the two-letter state abbreviation from a Place returned by the Google APIs for Android for places in the US?
Geocoder.getFromLocation provides the full state name in Address.getAdminArea. Is there a to convert the state name to its abbreviation? Or a solution that doesn't involve Geocoder
at all?