The Bing Geocode Data provider is represented by the BingGeocodeDataProvider object that can be accessed via the InformationLayer.DataProvider property.
To get access to the Bing Geocode service, you should specify the bing key using the BingMapDataProviderBase.BingKey property.
To learn how this can be done, see the How to: Get a Bing Maps Key topic.
If you wish to specify the number of requested results displayed, use the InformationDataProviderBase.MaxVisibleResultCount property.

Example
This example demonstrates how to provide the capability for end-users to click on a map and get detailed information about this location, thanks to the Bing Geocode service.
MainWindow.xaml |
<dxm:InformationLayer.DataProvider>
<dxm:BingGeocodeDataProvider BingKey="{Binding Source={StaticResource BingKey}}"
MaxVisibleResultCount="1"/>
</dxm:InformationLayer.DataProvider>
|
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Freezable
MapDependencyObject
InformationDataProviderBase
WebInformationDataProvider
BingMapDataProviderBase
BingGeocodeDataProvider