RoadTextsDelegate

public protocol RoadTextsDelegate : AnyObject

This protocol should be implemented in order to receive textual attributes of the current road.

  • Called whenever any textual attribute of the current road changes, i.e., the current road texts differs from the previous one already issued.

    Declaration

    Swift

    func onRoadTextsUpdated(_ roadTexts: RoadTexts)

    Parameters

    roadTexts

    The object that contains the textual attributes of the current road.