i changed a little bit the Gui from the old post, i add Textbox and a button and now it look like this: i add this 2 functions: private void GoBtn_Click(object sender, RoutedEventArgs e) { ServiceReference1.SearchServiceClient _client = new SearchServiceClient(); ServiceReference1.SearchRequest sr = new SearchRequest(); ...
Hello everyone Today the blog will discuss how to create GIS windows Phone application using Bing Maps, First you must register at Bing developer site for downloading the water mark of the Bing link: http://www.bing.com/developers/appids.aspx after you registered opened VS 2010 and select windows Phone application: We add the component side bing map we add listbox of cities for now (next post we'll see how we do it with just the address with only a textbox!!) Add to listbox four cities (you can...