New to Telerik UI for WPFStart a free 30-day trial

Represents unified search location 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 BingRestSearchLocationRequest : RequestBase

Inheritance: objectRequestBaseBingRestSearchLocationRequest

Inherited Members RequestBase.CultureRequestBase.CurrentLocationRequestBase.DistanceUnitRequestBase.UserDataRequestBase.CurrentIP

Constructors

Initializes a new instance of the BingRestSearchLocationRequest class.

C#
public BingRestSearchLocationRequest()

Properties

A string containing the query to parse and match to a search result.

C#
public string Query { get; set; }

Search options which can be used to refine the search request.

C#
public BingRestSearchLocationOptions SearchLocationOptions { get; set; }