Does the SDK (Lite Version) sufficient for an application that prints the live navigation instructions that comes from the phone's app during navigation? I don't want to calculate any routes, nor display a map. I want to get the current instruction and distance to the next instruction as a structure so I can print it on another display.
Ex: SpeedLimit Speed Limit on current location.
DirDistance Distance to next instruction.
RountAbout At the roundabout take the N exit.
LeftTurn In N meters turn Left.
RightTurn In N meters turn right.
SlightLeft In N meters turn slightLeft.
SlightRight In N meters turn slightRight.
and so on as it shows on top of the app... What is the API required for this operation?
I added a picture to show what I'm looking for: Instructions marked in red circles