What does each Android's location.Address method return?
I am trying to figure out exactly how to get address component with the Android SDK with the class android.location.Address. Some of the methods are very straightforward, other are easily understood with the examples in the documentation , but some of them are completely unclear to me. Either because there's no example in the documentation or because the example refers to the US, which does not have the same political organization as other countries may have. I've been looking for their meaning, but most of tutorials on the web simply use the method getAddressLine(int index) to teach and then