Rest-based search options which can be used to refine the search request.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class BingRestSearchLocationOptions
Inheritance: objectBingRestSearchLocationOptions
Constructors
Initializes a new instance of the BingRestSearchLocationOptions class.
C#
public BingRestSearchLocationOptions()
Properties
Gets or sets value specifying the number of search results to return. The default value is 5.
C#
public int Count { get; set; }
Gets or sets value indicating if the response should include info on how the query was parsed. The default value is true.
C#
public bool QueryParse { get; set; }
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.
C#
public bool UseUnstructuredQuery { get; set; }