RoadAttributesListener (API Reference)
Package com.here.sdk.navigation
Interface RoadAttributesListener
public interface RoadAttributesListener
This interface should be implemented in order to receive attributes of the current road.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonRoadAttributesUpdated(RoadAttributes roadAttributes) Called whenever any attribute of the current road changes.
-
Method Details