Class BingRestSearchLocationOptions
Rest-based search options which can be used to refine the search request.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class BingRestSearchLocationOptions : Object
Constructors
BingRestSearchLocationOptions()
Initializes a new instance of the BingRestSearchLocationOptions class.
Declaration
public BingRestSearchLocationOptions()
Properties
Count
Gets or sets value specifying the number of search results to return. The default value is 5.
Declaration
public int Count { get; set; }
Property Value
System.Int32
|
QueryParse
Gets or sets value indicating if the response should include info on how the query was parsed. The default value is true.
Declaration
public bool QueryParse { get; set; }
Property Value
System.Boolean
|
UseUnstructuredQuery
Gets or sets a value indicating whether the BING REST Location API should use unstructured URL. Unstructured URL gives better results when user's query is in free form, long, unstructured. The default value is false.
Declaration
public bool UseUnstructuredQuery { get; set; }
Property Value
System.Boolean
|