Class
BingRestSearchLocationOptions

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.

Declaration

cs-api-definition
public int Count { get; set; }

Property Value

int

QueryParse

Gets or sets value indicating if the response should include info on how the query was parsed. The default value is true.

Declaration

cs-api-definition
public bool QueryParse { get; set; }

Property Value

bool

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

cs-api-definition
public bool UseUnstructuredQuery { get; set; }

Property Value

bool