ExpansionFlags Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Flags used to determine street expansion behavior.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public enum ExpansionFlags
Public Enumeration ExpansionFlags
Members
| Member name | Value | Description |
---|
| ContinuesOnGeoBaseStreetChange | 1 |
Continue expansion when moving between neighboring Streets.
|
| ContinuesOnSpeedLimitChange | 2 |
Continue expansion when the speed limit changes.
|
| ContinuesOnCompassNameChange | 4 |
Continue expansion when a compass direction in the primary street name changes, for example from "E Main St" to "W Main St".
|
| ContinuesOnNameChange | 8 |
Continue expansion when the primary street name changes.
|
| ContinuesWhenHittingLinkCap | 16 |
Continue expansion after hitting the link cap of approximately 250 links.
|
See Also