Click or drag to resize

BeforeTurnDistanceNotification Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a new notification that triggers when the user is in a defined distance window from the next turn.

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

Parameters

earliest
Type: SystemDouble
Notification occurs when we are less than this distance from the turn.
latest
Type: SystemDouble
Notification occurs when we are more than this distance from the turn.
units
Type: Telogis.GeoBaseDistanceUnit
DistanceUnit in which earliest and latest are measured in.
handler
Type: Telogis.GeoBase.NavigationNotificationDelegate
The NotificationDelegate used to handle the event.
Exceptions
ExceptionCondition
UnexpectedArgumentExceptionThrown if earliest is less than latest, or latest is less than zero.
See Also