RoadTextsListener (API Reference)
Package com.here.sdk.navigation
Interface RoadTextsListener
public interface RoadTextsListener
This interface should be implemented in order to receive textual attributes of the current road.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonRoadTextsUpdated(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.
-
Method Details
-
onRoadTextsUpdated
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.
-