find Current Banner Instructions
fun findCurrentBannerInstructions(currentStep: LegStep, stepDistanceRemaining: Double): BannerInstructions?
Given the current step / current step distance remaining, this function will find the current instructions to be shown.
Return
the current banner instructions based on the current distance along the step
Since
0.13.0
Parameters
current Step
holding the current banner instructions
step Distance Remaining
to determine progress along the currentStep