Interface IBingRestSearchLocationProvider
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IBingRestSearchLocationProvider
Methods
SearchLocationAsync(BingRestSearchLocationRequest)
Declaration
void SearchLocationAsync(BingRestSearchLocationRequest request)
Parameters
|
BingRestSearchLocationRequest
request
|
Events
SearchLocationCompleted
Declaration
event EventHandler<BingRestSearchLocationCompletedEventArgs> SearchLocationCompleted
Event Type
|
System.EventHandler<BingRestSearchLocationCompletedEventArgs>
|
SearchLocationError
Declaration
event EventHandler<BingRestSearchLocationErrorEventArgs> SearchLocationError
Event Type
|
System.EventHandler<BingRestSearchLocationErrorEventArgs>
|