updateBannerInstructionsWith

open fun updateBannerInstructionsWith(instructions: BannerInstructions)

Use this method inside a BannerInstructionsObserver to update banner instruction view.

This includes the maneuverView, banner text and sub step information.A default RIGHT driving side will be used if driving side is unavailable.

Parameters

instructions

for banner info used to populate the views

open fun updateBannerInstructionsWith(instructions: BannerInstructions, drivingSideFallback: String)

Use this method inside a BannerInstructionsObserver to update banner instruction view.

This includes the maneuverView, banner text and sub step information.The drivingSideFallback will be used when driving side is unavailable.

Parameters

instructions

for banner info used to populate the views

drivingSideFallback

one of RIGHT or LEFT.