MKDirections.CalculateETA(MKETAHandler) 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 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