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
navigableLocationThe current location update.