ISearchSuggestion Interface |
Namespace: Telogis.GeoBase.Geocoding
The ISearchSuggestion type exposes the following members.
Name | Description | |
---|---|---|
Address |
The address data for the suggestion.
| |
BoundingBox |
The bounding box of a region. This field will only be populated for region suggestions,
where available; for other suggestions, this will return null.
| |
Confidence |
The confidence in the suggestion. The confidence is a decimal number between 0 and 1, with 1 representing the highest confidence.
| |
Country |
The country in which the suggestion is located.
| |
Intersection |
A LatLon representing the point where the address connects with the street network.
| |
Location |
The LatLon representing the suggestion's location.
| |
Name |
The name of the search suggestion.
| |
PostCode |
The post or zip code for this suggestion.
| |
RegionLevel |
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.
| |
Regions |
The list of regions for this suggestion, with the most specific region (e.g. city) first.
| |
StreetNumber |
The street number of the suggestion.
| |
StreetNumberFull |
The street number of the suggestion e.g. 20, 5b or 10-12.
| |
Subregions |
The list of subregions for this suggestion (e.g. suburbs within a city).
|