MKDirections.CalculateETA(MKETAHandler) Method

Definition

Requests an ETA calculation from Apple's servers and runs a completion handler when the request is complete.

[Foundation.Export("calculateETAWithCompletionHandler:")]
public virtual void CalculateETA (MapKit.MKETAHandler completionHandler);
abstract member CalculateETA : MapKit.MKETAHandler -> unit
override this.CalculateETA : MapKit.MKETAHandler -> unit

Parameters

completionHandler
MKETAHandler
Attributes

Applies to