Class BingRestSearchLocationRequest
Represents unified search location request.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class BingRestSearchLocationRequest : RequestBase
Constructors
BingRestSearchLocationRequest()
Initializes a new instance of the BingRestSearchLocationRequest class.
Declaration
public BingRestSearchLocationRequest()
Properties
Query
A string containing the query to parse and match to a search result.
Declaration
public string Query { get; set; }
Property Value
System.String
|
SearchLocationOptions
Search options which can be used to refine the search request.
Declaration
public BingRestSearchLocationOptions SearchLocationOptions { get; set; }
Property Value
BingRestSearchLocationOptions
|