InterfaceIAzureMapSearchProvider
Interface
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
cs-api-definition
public interface IAzureMapSearchProvider : IMapBaseSearchProvider
Methods
SearchAsync(AzureSearchRequest)
Performs async search request.
Declaration
cs-api-definition
void SearchAsync(AzureSearchRequest request)
Parameters
request
Search request.
Events
SearchCompleted
Occurs when a search request is completed and the result is ready.
Declaration
cs-api-definition
event EventHandler<AzureSearchCompletedEventArgs> SearchCompleted
Event Value
SearchError
Occurs when the request results in an error.
Declaration
cs-api-definition
event EventHandler<SearchErrorEventArgs> SearchError
Event Value