onRoadTextsUpdated abstract method

void onRoadTextsUpdated(
  1. RoadTexts roadTexts
)

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

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

Implementation

void onRoadTextsUpdated(RoadTexts roadTexts);