Click or drag to resize

AfterTurnDistanceNotification Constructor (NotificationDelegate)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a notification that occurs at every turn.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public AfterTurnDistanceNotification(
	NotificationDelegate handler
)

Parameters

handler
Type: Telogis.GeoBase.NavigationNotificationDelegate
The NotificationDelegate to handle the event.
See Also