FeatureSupport Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Specified the features supported by a
Repository,
such as mapping or geocoding.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax [FlagsAttribute]
public enum FeatureSupport
<FlagsAttribute>
Public Enumeration FeatureSupport
Members
| Member name | Value | Description |
---|
| SupportNone | 0 |
No features are supported.
|
| SupportMapping | 1 |
Mapping is supported.
|
| SupportReverseGeocoding | 2 |
Reverse GeoCoding is supported.
|
| SupportForwardGeocoding | 4 |
Forward GeoCoding is supported.
|
| SupportRouting | 8 |
Routing is supported.
|
See Also