Click or drag to resize

IAnnouncer Interface

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Interface for announcing turn-by-turn navigation instructions.

Namespace:  Telogis.GeoBase.Navigation.Announcements
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public interface IAnnouncer : IDisposable

The IAnnouncer type exposes the following members.

Properties
  NameDescription
Public propertyBellEnabled
Whether the bell sound is enabled.
Public propertyIsAnnouncementScheduled
Whether an announcement is already scheduled for play.
Public propertyUnits
Units to use in the announcements.
Public propertyVolume
The volume of announcements.
Top
Methods
  NameDescription
Public methodBell
Plays a bell sound, sometimes used immediately before the user needs to make a turn.
Public methodClick
Plays a click sound, used by some devices to provide positive feedback to the user.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodSayArrival
Announces arrival at the route's destination.
Public methodSayMovement(NavigationEvent, NavigationEvent)
Announces one or two NavigationEvents.
Public methodSayMovement(NavigationEvent, NavigationEvent, Boolean)
Announces one or two NavigationEvents.
Top
See Also