Click or drag to resize

ISearchSuggestion Interface

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
An interface for a search suggestion that is part of the search results for a search operation.

Namespace:  Telogis.GeoBase.Geocoding
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public interface ISearchSuggestion

The ISearchSuggestion type exposes the following members.

Properties
  NameDescription
Public propertyAddress
The address data for the suggestion.
Public propertyBoundingBox
The bounding box of a region. This field will only be populated for region suggestions, where available; for other suggestions, this will return null.
Public propertyConfidence
The confidence in the suggestion. The confidence is a decimal number between 0 and 1, with 1 representing the highest confidence.
Public propertyCountry
The country in which the suggestion is located.
Public propertyIntersection
A LatLon representing the point where the address connects with the street network.
Public propertyLocation
The LatLon representing the suggestion's location.
Public propertyName
The name of the search suggestion.
Public propertyPostCode
The post or zip code for this suggestion.
Public propertyRegionLevel
The RegionLevel of the suggestion, if it is a region suggestion. 0 indicates a city. Increasingly positive values indicate progressively less specific regions. Increasingly negative values indicate progressively more specific suburbs. Set to InvalidRegionLevel if the suggestion is not a region suggestion.
Public propertyRegions
The list of regions for this suggestion, with the most specific region (e.g. city) first.
Public propertyStreetNumber
The street number of the suggestion.
Public propertyStreetNumberFull
The street number of the suggestion e.g. 20, 5b or 10-12.
Public propertySubregions
The list of subregions for this suggestion (e.g. suburbs within a city).
Top
Methods
  NameDescription
Public methodToString
Returns a string containing the details of the search suggestion.
Top
See Also