ArcGIS API for WPF - Using Bing Maps Imagery, Geocode, and Route services
The ArcGIS API for WPF includes a Geocoder class to manage interaction with the Bing geocode service. The class is not represented in XAML. Instead, it is always created and used in the code-behind. The following code shows how to create a Geocoder, speci...