Click or drag to resize

NavigationManagerAnnounce Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Make the annoucer say a NavigationEvent, but if similar announcements are too close to each other the announcer might skip some of them. This method is usually bound as NotificationDelegate of a Notification object.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void Announce(
	Object sender,
	NavigationEvent evt
)

Parameters

sender
Type: SystemObject
The Notification object to whom this method is bound.
evt
Type: Telogis.GeoBase.NavigationNavigationEvent
The current NavigationEvent to be said by the announcer.
See Also