@Deprecated public class MKReverseGeocoder extends NSObject
| Constructor and Description |
|---|
MKReverseGeocoder(CLLocationCoordinate2D coordinate)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Deprecated.
|
CLLocationCoordinate2D |
coordinate()
Deprecated.
|
MKReverseGeocoderDelegate |
delegate()
Deprecated.
|
boolean |
isQuerying()
Deprecated.
|
MKPlacemark |
placemark()
Deprecated.
|
void |
setDelegate(MKReverseGeocoderDelegate delegate)
Deprecated.
|
void |
start()
Deprecated.
|
addObserver, observeValueForKeyPath, performSelector, performSelectorOnMainThread, release, removeObserver, removeObserver, retain, setValueForKey, setValueForUndefinedKey, valueForKey, valueForUndefinedKey@Deprecated public MKReverseGeocoder(CLLocationCoordinate2D coordinate)
coordinate - The coordinates of the MKReverseGeocoder object.@Deprecated public CLLocationCoordinate2D coordinate()
@Deprecated public MKPlacemark placemark()
@Deprecated public boolean isQuerying()
@Deprecated public MKReverseGeocoderDelegate delegate()
@Deprecated public void setDelegate(MKReverseGeocoderDelegate delegate)
delegate - The delegate for this MKReverseGeocoder object.@Deprecated public void start()
@Deprecated public void cancel()
Copyright © 2020. All rights reserved.