Click or drag to resize

Telogis.GeoBase.Navigation.Announcements Namespace

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The Telogis.GeoBase.Navigation.Announcements namespace provides classes to enable the announcement of instructions and status updates during Navigation.

Classes
  ClassDescription
Public classAnnouncer
An abstract class to control the announcement of NavigationEvents.
Public classCode exampleAnnouncerPlayItem
A complete phrase to be played (comprised of sound files). To create a PlayItem use one of the WaveAnnouncer's CreatePlayItem Overload.
Public classTTSAnnouncer
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.
Public classWaveAnnouncer
Announces NavigationEvents using a set of customizable sound files.
Public classXmlWaveAnnouncer
Announces NavigationEvents using a set of customizable sound files, supporting different cultures through configurable XML files.
Interfaces
  InterfaceDescription
Public interfaceIAnnouncer
Interface for announcing turn-by-turn navigation instructions.
Delegates
  DelegateDescription
Public delegateAnnouncerFailureDelegate
A delegate used for handling exceptions related to a play item.
Public delegateAnnouncerPhraseDelegate
A delegate used for handling events related to a play item.
Public delegateAnnouncerSoundDelegate
A delegate used for handling events related to a sound.