Read original post at Peter Lindberg's Blog
In a project I’m currently working on I was faced with the task of presenting a list of geo locations that matches a search query from the user on Windows Phone. The selected location needs to be added to a stored list of prefered locations for fetching geocoordinate specific data.
I’ll go throught the approach in this post – using the Bing Maps API and Reactive Extensions (Namespace Microsoft.Phone.Reactive to fetch, display, and use the geo data.