DestinationReachedDelegate

public protocol DestinationReachedDelegate : AnyObject

This protocol should be implemented in order to receive notifications from this class about the arrival at the destination.

  • Called when the destination has been reached.

    Declaration

    Swift

    func onDestinationReached()