Interface MKReverseGeocoderDelegate


  • public interface MKReverseGeocoderDelegate
    • Method Detail

      • reverseGeocoderDidFailWithError

        @Deprecated
        void reverseGeocoderDidFailWithError​(MKReverseGeocoder geocoder,
                                             NSError error)
        Deprecated.
        There are at least two types of errors: - Errors sent up from the underlying connection (temporary condition) - Result not found errors (permanent condition). The result not found errors will have the domain MKErrorDomain and the code MKErrorPlacemarkNotFound
      • reverseGeocoderDidFindPlacemark

        @Deprecated
        void reverseGeocoderDidFindPlacemark​(MKReverseGeocoder geocoder,
                                             MKPlacemark placemark)
        Deprecated.