Click or drag to resize

LocationSearchResult Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
LocationSearchResult objects are returned as a result of a call to Search. They contain SearchResult information on how the search terminated, together with an array of LocationSearchSuggestion objects representing locations which matched the search string.
Inheritance Hierarchy

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

The LocationSearchResult type exposes the following members.

Constructors
  NameDescription
Public methodLocationSearchResult
Initializes a new instance of the LocationSearchResult class
Top
Properties
  NameDescription
Public propertyErrors
Details of any errors returned by search sources that may have limited the results.
Public propertyStatus
Information on how the search terminated, for example whether it completed successfully, timed out, or was canceled.
Public propertySuggestions
An array of LocationSearchSuggestion objects representing suggestions which matched the query.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also