NotifyType Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A notification may be one of three types: A repeating notification, a notification before a turn
or a notification after a turn.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax Public Enumeration NotifyType
Members
| Member name | Value | Description |
---|
| BeforeTurn | 0 |
This notification should occur before the turn.
|
| AfterTurn | 1 |
This notification should occur after the turn.
|
| RepeatEventEvery | 2 |
This notification should repeat at a specified interval.
|
See Also