MKDirectionsHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The completion handler for calls to CalculateDirections(MKDirectionsHandler).
public delegate void MKDirectionsHandler(MKDirectionsResponse response, NSError error);
type MKDirectionsHandler = delegate of MKDirectionsResponse * NSError -> unit
Parameters
- response
- MKDirectionsResponse
Returned if the routing request was successful
- error
- NSError
If not null
, an error occurred with the request.