htmlInstructions property

String? htmlInstructions
getter/setter pair

HTML-formatted navigation instructions for this step.

May contain HTML tags for formatting (e.g., <b>, <div>). Should be rendered appropriately or have HTML tags stripped for display.

Example:

"Turn <b>right</b> onto Ring Road"
"Continue straight to stay on <b>N1 Highway</b>"

Implementation

String? htmlInstructions;