Click or drag to resize

DistanceIntervalNotification Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a new notification that is called every time a given distance is traveled.

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

Parameters

distance
Type: SystemDouble
The distance interval at which to call the notification, measured in units.
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