NoteType Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Used to define the type of a
Note.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax Public Enumeration NoteType
Members
| Member name | Value | Description |
---|
| StateChange | 0 |
Used when crossing a State border.
|
| TollwayBegins | 1 |
Used at the start of a tollway.
|
| TollwayEnds | 2 |
Used at the end of a tollway.
|
| NameChange | 3 |
Used when the name of a street changes.
|
| FreewayEnds | 4 |
Used when a freeway ends.
|
| WayPointApproaching | 5 |
Used when a waypoint is approaching
|
| WayPointPassed | 6 |
Used when a waypoint was passed
|
| DrivingBreak | 7 |
Used for when the vehicle should be stationary
|
See Also