Click or drag to resize

AfterTurnDistanceNotification Constructor (Double, DistanceUnit, NotificationDelegate)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a notification that occurs a given distance after any turn.

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

Parameters

distance
Type: SystemDouble
The distance after a turn to trigger the event.
units
Type: Telogis.GeoBaseDistanceUnit
The units in which distance is measured.
handler
Type: Telogis.GeoBase.NavigationNotificationDelegate
The NotificationDelegate to handle the event.
Exceptions
ExceptionCondition
UnexpectedArgumentExceptionThrown if distance is less than zero.
See Also