Click or drag to resize

NWFPoiSearchResult Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.GeocodingLocationSearchResult
    Telogis.GeoBase.GeoStream.Server.NWF.Models.PoiSearchNWFPoiSearchResult

Namespace:  Telogis.GeoBase.GeoStream.Server.NWF.Models.PoiSearch
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class NWFPoiSearchResult : LocationSearchResult

The NWFPoiSearchResult type exposes the following members.

Constructors
  NameDescription
Public methodNWFPoiSearchResult
Initializes a new instance of the NWFPoiSearchResult class
Top
Properties
  NameDescription
Public propertyErrors
Details of any errors returned by search sources that may have limited the results.
(Inherited from LocationSearchResult.)
Public propertyPagination
Public propertyStatus
Information on how the search terminated, for example whether it completed successfully, timed out, or was canceled.
(Inherited from LocationSearchResult.)
Public propertySuggestions
An array of LocationSearchSuggestion objects representing suggestions which matched the query.
(Inherited from LocationSearchResult.)
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