StructuredSearchQuery Class

 

This documentation is no longer available on MSDN. It is available as a CHM or PDF download. For the newest Geocoding, Imagery, Routing and Traffic services, see Bing Maps REST Services. 

Contains properties that represent the 'what' and 'where' components of a search query.

Syntax

public class StructuredSearchQuery
Public Class StructuredSearchQuery

Constructor

Name

Description

StructuredSearchQuery 

Initializes a new instance of a StructuredSearchQuery object.

Public Properties

Name

Description

Keyword 

A string specifying the 'what' component of a search query. Optional. Either the Keyword property or the Location property must be specified.

Location 

A string specifying the 'where' component of a search query. Optional. Either the Keyword property or the Location property must be specified.

See Also

QuerySuggestion.StructuredQuery Property