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
Bing
|
Events
SearchLocationCompleted
Declaration
event EventHandler<BingRestSearchLocationCompletedEventArgs> SearchLocationCompleted
Event Type
System.
|
SearchLocationError
Declaration
event EventHandler<BingRestSearchLocationErrorEventArgs> SearchLocationError
Event Type
System.
|