BeforeTurnTimeNotification Constructor | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Constructs a new BeforeTurnTimeNotification.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public BeforeTurnTimeNotification(
TimeSpan earliest,
TimeSpan latest,
NotificationDelegate handler
)
Public Sub New (
earliest As TimeSpan,
latest As TimeSpan,
handler As NotificationDelegate
)
Parameters
- earliest
- Type: SystemTimeSpan
The earliest time at which this notification should be triggered (eg, 30 seconds before a turn). - latest
- Type: SystemTimeSpan
The latest time at which this notification should be triggered (eg, 10 seconds before a turn). - handler
- Type: Telogis.GeoBase.NavigationNotificationDelegate
The NotificationDelegate used to handle the event.
Exceptions See Also