MonoTouch.CoreLocation.CLGeocodeCompletionHandler Delegate
A delegate that is the completionHandler in calls to CLGeocoder.GeocodeAddress.

Syntax

public delegate void CLGeocodeCompletionHandler (CLPlacemark[] placemarks, MonoTouch.Foundation.NSError error)

Parameters

placemarks
Returns null on error, otherwise the list of placemark locations. Typically one, but could be more than one if the location is known by multiple names.
error
Error information.

Remarks

Requirements

Namespace: MonoTouch.CoreLocation
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0