ClassBingRestSearchLocationOptions
Class
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:
cs-api-definition
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class BingRestSearchLocationOptions
Inheritance: objectBingRestSearchLocationOptions
Constructors
BingRestSearchLocationOptions()
Initializes a new instance of the BingRestSearchLocationOptions class.
Declaration
cs-api-definition
public BingRestSearchLocationOptions()
Properties
Count
Gets or sets value specifying the number of search results to return. The default value is 5.
QueryParse
Gets or sets value indicating if the response should include info on how the query was parsed. The default value is true.
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.