Hi, I have a minimum API Level of 10 (Version 2.3) for the Android app I'm developing. I'm trying to use the Geocoder. The getLocationByName method works correctly.
However, I want to check if the Geocoder is present by using the method added in API Level 9. In Xamarin I can't seem to find the method
IsPresent(Context)
Does anyone know if Xamarin implements this method or where I can find it? I get an error saying Geocoder doesn't provide a definition for IsPresent.