IAnnouncer Interface |
Namespace: Telogis.GeoBase.Navigation.Announcements
The IAnnouncer type exposes the following members.
Name | Description | |
---|---|---|
BellEnabled |
Whether the bell sound is enabled.
| |
IsAnnouncementScheduled |
Whether an announcement is already scheduled for play.
| |
Units |
Units to use in the announcements.
| |
Volume |
The volume of announcements.
|
Name | Description | |
---|---|---|
Bell |
Plays a bell sound, sometimes used immediately before the user needs to make a turn.
| |
Click |
Plays a click sound, used by some devices to provide positive feedback to the user.
| |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
SayArrival |
Announces arrival at the route's destination.
| |
SayMovement(NavigationEvent, NavigationEvent) |
Announces one or two NavigationEvents.
| |
SayMovement(NavigationEvent, NavigationEvent, Boolean) |
Announces one or two NavigationEvents.
|