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

Interface for searching a Location (or Address) by a given Address / Location / query via the Bing REST Location API.

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 interface IBingRestSearchLocationProvider

Derived Classes: BingRestMapProvider

Methods

Performs async search request.

C#
void SearchLocationAsync(BingRestSearchLocationRequest request)
Parameters:requestBingRestSearchLocationRequest

Search request.

Events

Occurs when a search request is completed and the result is ready.

C#
event EventHandler<BingRestSearchLocationCompletedEventArgs> SearchLocationCompleted

Occurs when the request results in an error.

C#
event EventHandler<BingRestSearchLocationErrorEventArgs> SearchLocationError