GuidanceEstimatedArrivalMonitorDelegate
public protocol GuidanceEstimatedArrivalMonitorDelegate : AnyObject
The protocol used to notify the delegate about changes on the estimated arrival at the destination.
-
Notifies the delegate about changes on the estimated arrival to the destination.
Declaration
Swift
func guidanceEstimatedArrivalMonitor(_ monitor: GuidanceEstimatedArrivalMonitor, didChangeTimeOfArrival timeOfArrival: Date?, distance: Measurement<UnitLength>?, duration: Measurement<UnitDuration>?)Parameters
monitorThe monitor announcing the changes.
timeOfArrivalThe estimated time of arrival at the destination.
distanceThe distance to the destination.
durationThe duration of the trip to the destination.
View on GitHub
GuidanceEstimatedArrivalMonitorDelegate Protocol Reference