JunctionViewLaneAssistanceListener (API Reference)
Package com.here.sdk.navigation
Interface JunctionViewLaneAssistanceListener
public interface JunctionViewLaneAssistanceListener
This interface should be
implemented in order to receive notifications on JunctionViewLaneAssistance.
See JunctionViewLaneAssistance documentation for further details.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonLaneAssistanceUpdated(JunctionViewLaneAssistance laneAssistance) Called before and after a complex junction if lane recommendations are available.
-
Method Details