IAnnouncerSayMovement Method (NavigationEvent, NavigationEvent, Boolean) | |
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,
bool force
)
Sub SayMovement (
firstEvent As NavigationEvent,
secondEvent As NavigationEvent,
force As Boolean
)
Parameters
- firstEvent
- Type: Telogis.GeoBase.NavigationNavigationEvent
The next NavigationEvent to be followed. - secondEvent
- Type: Telogis.GeoBase.NavigationNavigationEvent
The subsequent NavigationEvent to be followed. - force
- Type: SystemBoolean
Forces the movement to be announced even if it was recently
announced.
Remarks
Typically, the second event is also announced if it will quickly follow the first event.
See Also