Click or drag to resize

FeatureSupport Enumeration

Verizon Connect Logo
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
Members
  Member nameValueDescription
SupportNone0 No features are supported.
SupportMapping1 Mapping is supported.
SupportReverseGeocoding2 Reverse GeoCoding is supported.
SupportForwardGeocoding4 Forward GeoCoding is supported.
SupportRouting8 Routing is supported.
See Also