Click or drag to resize

IAnnouncerSayMovement Method (NavigationEvent, NavigationEvent)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Announces one or two NavigationEvents.

Namespace:  Telogis.GeoBase.Navigation.Announcements
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
void SayMovement(
	NavigationEvent firstEvent,
	NavigationEvent secondEvent
)

Parameters

firstEvent
Type: Telogis.GeoBase.NavigationNavigationEvent
The next NavigationEvent to be followed.
secondEvent
Type: Telogis.GeoBase.NavigationNavigationEvent
The subsequent NavigationEvent to be followed.
Remarks
Typically, the second event is also announced if it will quickly follow the first event.
See Also