I want to perform some geocoding with Android, and MonoDroid. The key issues are: When you get the text value of an EditText, you are not getting a string, but an IEnumerable<char>. That's an Android-ism. The Geocoder requires permission to use the internet. If the lookup fails, you recieve...