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