NavigableLocationDelegate

public protocol NavigableLocationDelegate : AnyObject

This protocol should be implemented in order to receive notifications about the current location from Navigator.

  • Called whenever the current location has been updated.

    Declaration

    Swift

    func onNavigableLocationUpdated(_ navigableLocation: NavigableLocation)

    Parameters

    navigableLocation

    The current location update.