Click or drag to resize

AnnouncerSayMovement Method (NavigationEvent, NavigationEvent, Boolean)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Announce the next (pending) navigation movement to the user.

Namespace:  Telogis.GeoBase.Navigation.Announcements
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void SayMovement(
	NavigationEvent mvmt,
	NavigationEvent mvmt2,
	bool force
)

Parameters

mvmt
Type: Telogis.GeoBase.NavigationNavigationEvent
The current (pending) navigation event.
mvmt2
Type: Telogis.GeoBase.NavigationNavigationEvent
The navigation event after the current event.
force
Type: SystemBoolean
Force the movement to be announced even if it was recently announced.

Implements

IAnnouncerSayMovement(NavigationEvent, NavigationEvent, Boolean)
Remarks

If the pending movement is within 500 meters and the next movement is within 300m then both movements are announced, eg "Turn left at the traffic lights then turn sharp right at the end of the street" is played.

If we are within 3 seconds or 30 meters of an event, or the movement has already been announced we play a bell.

See Also