GuidanceCurrentStreetNameMonitorDelegate
public protocol GuidanceCurrentStreetNameMonitorDelegate : AnyObject
The protocol used to notify the delegate about changes in the current street name.
-
Notifies the delegate about changes of the current street name.
Declaration
Swift
func guidanceCurrentStreetNameMonitor(_ monitor: GuidanceCurrentStreetNameMonitor, didUpdateCurrentStreetName currentStreetName: String?)Parameters
monitorThe monitor announcing the changes.
currentStreetNameThe current street name.
View on GitHub
GuidanceCurrentStreetNameMonitorDelegate Protocol Reference