MKDirections.CalculateDirections(MKDirectionsHandler) Method
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.
Requests a directions calculation from Apple's servers and runs a completion handler when the request is complete.
[Foundation.Export("calculateDirectionsWithCompletionHandler:")]
public virtual void CalculateDirections (MapKit.MKDirectionsHandler completionHandler);
abstract member CalculateDirections : MapKit.MKDirectionsHandler -> unit
override this.CalculateDirections : MapKit.MKDirectionsHandler -> unit
Parameters
- completionHandler
- MKDirectionsHandler
- Attributes