AzureSearchDataProvider Members
Allows you to obtain geo data from the Azure Maps Search service.Constructors
| Name | Description |
|---|---|
| AzureSearchDataProvider() | Initializes a new instance of the AzureSearchDataProvider class. |
Fields
| Name | Description |
|---|---|
| AzureKeyProperty static | Identifies the AzureKey dependency property. Inherited from AzureMapDataProviderBase. |
| CultureNameProperty static | Identifies the InformationDataProviderBase.CultureName dependency property. Inherited from InformationDataProviderBase. |
| GenerateLayerItemsProperty static | Identifies the InformationDataProviderBase.GenerateLayerItems dependency property. Inherited from InformationDataProviderBase. |
| LocalizedMapViewProperty static | Identifies the LocalizedMapView dependency property. Inherited from AzureMapDataProviderBase. |
| MaxVisibleResultCountProperty static | Identifies the InformationDataProviderBase.MaxVisibleResultCount dependency property. Inherited from InformationDataProviderBase. |
| ProcessMouseEventsProperty static | Identifies the InformationDataProviderBase.ProcessMouseEvents dependency property. Inherited from InformationDataProviderBase. |
Properties
| Name | Description |
|---|---|
| AzureKey | Specifies the key you receive when you Create an Azure Maps account. Inherited from AzureMapDataProviderBase. |
| CultureName | Gets or sets the Culture name used to obtain data from the Bing GIS services. Inherited from InformationDataProviderBase. |
| GenerateLayerItems | Gets or sets a value indicating whether it is necessary to automatically generate items for this layer. Inherited from InformationDataProviderBase. |
| IsBusy | Inherited from WebInformationDataProvider<TEventArgs>. |
| LocalizedMapView | Specifies the map view for a certain country/region. Inherited from AzureMapDataProviderBase. |
| MaxVisibleResultCount | Specifies the number of requested results displayed. Inherited from InformationDataProviderBase. |
| ProcessMouseEvents | Gets or sets a value indicating whether it is necessary to process mouse events by this data provider. Inherited from InformationDataProviderBase. |
Methods
| Name | Description |
|---|---|
| Cancel() | Inherited from WebInformationDataProvider<TEventArgs>. |
| Search(AzureAddress, GeoPoint, SearchBoundingBox, Int32) | Searches for locations that correspond to the specified address around the specified geographical point in the defined region. |
| Search(AzureAddress, GeoPoint, Int32) | Searches for locations that best correspond to the specified address around the specified geographical point. |
| Search(AzureAddress, Int32) | Searches for locations that correspond to the specified address. |
| Search(String, GeoPoint, SearchBoundingBox, Int32) | Searches for locations that best correspond to the specified keywords around the specified geographical point in the defined region. |
| Search(String, GeoPoint, Int32) | Searches for locations that best correspond to the specified keywords around the specified geographical point. |
| Search(String, Int32) | Searches for locations that best correspond to the specified keywords. |
Events
| Name | Description |
|---|---|
| LayerItemsGenerating | Occurs when a data provider starts generating map items for a layer. Inherited from InformationDataProviderBase. |
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
| SearchCompleted | Occurs when a search operation has been completed. |
| WebRequest | Occurs when the Map control sends a request to a web service. Inherited from WebInformationDataProvider<TEventArgs>. |
See Also