Interface RoadTextsListener


public interface RoadTextsListener

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

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called whenever any textual attribute of the current road changes, i.e., the current road texts differs from the previous one already issued.
  • Method Details

    • onRoadTextsUpdated

      void onRoadTextsUpdated(@NonNull 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.

      Parameters:
      roadTexts -

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