Click or drag to resize

ReverseGeoCodeMode Enumeration

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Used to control the types of streets that are returned from a ReverseGeoCodeFull(LatLon) street search.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
[FlagsAttribute]
public enum ReverseGeoCodeMode
Members
  Member nameValueDescription
AllLinks0 Search will return all streets.
MustHaveName1

Search will return only streets with names.

Typically, a street without a name will be one of:

  • A street that is internal to an intersection. These streets do not physically exist but are created to accurately describe an intersection (for example, a right-turn-only lane may be digitized as a separate street to maintain the validity of the intersection).
  • A street that is in a remote location and genuinely has no name (such as a farm track, or a unsealed road following a river).
  • A parking lot.
RealLinksOnly2

Search will return only streets that are 'real'.

Typically, a street that is not real will be a street that is internal to an intersection. These streets do not physically exist but are created to accurately describe an intersection (for example, a right-turn-only lane may be digitized as a separate street to maintain the validity of the intersection).

VehiclesAllowedOnly4

Search will return only streets where vehicles are allowed.

Will return only streets where vehicles are allowed. Pedestrian-only streets won't be returned.

See Also