Direction guidance text reformatted for speech. More...
| Header | #include <Voice |
| Since | Esri |
| Inherits | Esri |
Public Functions
| virtual | ~ |
| QString | text() const |
| Esri | type() const |
Detailed Description
An app may present voice guidance at certain locations along a route. Voice guidance includes text that may be passed to a text-to-speech engine to inform an app user of upcoming maneuvers or arrival events.
Relevant samples:
- Navigate route: Use a routing service to navigate between points.
- Navigate route with rerouting: Navigate between two points and dynamically recalculate an alternate route when the original route is unavailable.
Member Function Documentation
[override virtual noexcept] VoiceGuidance::~VoiceGuidance ()
Destructor.
QString VoiceGuidance::text() const
Returns voice guidance.
String representation of voice guidance text instruction. This text can be passed to a text to speech engine.
Esri::ArcGISRuntime::VoiceGuidanceType VoiceGuidance::type() const
Returns voice guidance notification type.
See also VoiceGuidanceType.