Package apple.mapkit.protocol
Interface MKReverseGeocoderDelegate
-
public interface MKReverseGeocoderDelegate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidreverseGeocoderDidFailWithError(MKReverseGeocoder geocoder, NSError error)Deprecated.voidreverseGeocoderDidFindPlacemark(MKReverseGeocoder geocoder, MKPlacemark placemark)Deprecated.
-
-
-
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.
-
-