Interface
IBingRestSearchLocationProvider

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:

cs-api-definition
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public interface IBingRestSearchLocationProvider

Methods

SearchLocationAsync(BingRestSearchLocationRequest)

Performs async search request.

Declaration

cs-api-definition
void SearchLocationAsync(BingRestSearchLocationRequest request)

Parameters

request

BingRestSearchLocationRequest

Search request.

Events

SearchLocationCompleted

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

Declaration

cs-api-definition
event EventHandler<BingRestSearchLocationCompletedEventArgs> SearchLocationCompleted

Event Value

EventHandler<BingRestSearchLocationCompletedEventArgs>

SearchLocationError

Occurs when the request results in an error.

Declaration

cs-api-definition
event EventHandler<BingRestSearchLocationErrorEventArgs> SearchLocationError

Event Value

EventHandler<BingRestSearchLocationErrorEventArgs>