Click or drag to resize

NotifyType Enumeration

Verizon Connect Logo
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 enum NotifyType
Members
  Member nameValueDescription
BeforeTurn0 This notification should occur before the turn.
AfterTurn1 This notification should occur after the turn.
RepeatEventEvery2 This notification should repeat at a specified interval.
See Also