CoreLocation.CLGeocoder: Method Members

The methods of CoreLocation.CLGeocoder are listed below. For a list of all members, see the CLGeocoder Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

CancelGeocode()
Cancels the geocoding attempt.
GeocodeAddress(Foundation.NSDictionary, CLGeocodeCompletionHandler)
Request a latitude/longitude location from a human readable address book entry.
GeocodeAddress(string, CLGeocodeCompletionHandler)
Request a latitude/longitude location from a human readable address.
GeocodeAddress(string, CLRegion, CLGeocodeCompletionHandler)
Request a latitude/longitude location from a human readable address and region.
GeocodeAddressAsync(Foundation.NSDictionary) : System.Threading.Tasks.Task<CLPlacemark[]>
Request a latitude/longitude location from a human readable address book entry.
GeocodeAddressAsync(string) : System.Threading.Tasks.Task<CLPlacemark[]>
Request a latitude/longitude location from a human readable address and region.
GeocodeAddressAsync(string, CLRegion) : System.Threading.Tasks.Task<CLPlacemark[]>
Request a latitude/longitude location from a human readable address and region.
ReverseGeocodeLocation(CLLocation, CLGeocodeCompletionHandler)
Requests a longitude/latitude to a human address.
ReverseGeocodeLocationAsync(CLLocation) : System.Threading.Tasks.Task<CLPlacemark[]>
Requests a longitude/latitude to a human address.