Telogis.GeoBase.Navigation.Announcements Namespace | ![]() |
The Telogis.GeoBase.Navigation.Announcements namespace provides classes to enable the announcement of instructions and status updates during Navigation.
Class | Description | |
---|---|---|
![]() | Announcer |
An abstract class to control the announcement of NavigationEvents.
|
![]() ![]() | AnnouncerPlayItem |
A complete phrase to be played (comprised of sound files). To create a PlayItem
use one of the WaveAnnouncer's CreatePlayItem Overload.
|
![]() | TTSAnnouncer |
Text-to-speech announcer that creates navigation instruction strings for announcing NavigationEvent.
The announcer gives this string to the device's built-in text-to-speech engine.
|
![]() | WaveAnnouncer |
Announces NavigationEvents using a set of
customizable sound files.
|
![]() | XmlWaveAnnouncer |
Announces NavigationEvents using a set of
customizable sound files, supporting different cultures through configurable XML files.
|
Interface | Description | |
---|---|---|
![]() | IAnnouncer |
Interface for announcing turn-by-turn navigation instructions.
|
Delegate | Description | |
---|---|---|
![]() | AnnouncerFailureDelegate |
A delegate used for handling exceptions related to a play item.
|
![]() | AnnouncerPhraseDelegate |
A delegate used for handling events related to a play item.
|
![]() | AnnouncerSoundDelegate |
A delegate used for handling events related to a sound.
|