DisplayNameMode Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
DisplayNameMode is used to control whether NavigationEvents include all names for the
TargetStreet, or just the primary name. The latter mode may be useful when screen space is
limited.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public enum DisplayNameMode
Public Enumeration DisplayNameMode
Members
| Member name | Value | Description |
---|
| FullName | 0 |
When Full Name is used, NavigationEvents return all given names for a particular
TargetStreet regardless of how many names a street has.
|
| PrimaryName | 1 |
When Primary Name is used, NavigationEvents only return the first name given to a
TargetStreet. Therefore if a street has one or more alternative names they will be
ignored.
|
See Also