text property
getter/setter pair
The text notification instruction. The text is formatted and localized as specified via RouteTextOptions.
Note: During navigation, the text will be always empty when the Maneuver is
taken from the Navigator or VisualNavigator instance via the provided index.
The text instruction that can be accessed from the Route instance is meant
as preview and it is not necessarily matching the more comprehensive maneuver information you
can access during navigation. This information can be enhanced with real-time ManeuverNotifications
texts that can be used for spoken text notifications during a trip.
Implementation
String text;