I m developing an application in WP7 for storing the location which I have travelled through out the day. For example my current GPS location shows Newyork I would like to save that location to my phone and later on retrive the info from the stored database. How to save a location in Bing Maps ?
Share
I think you need to use the GeoCoordinateWatcher to get your current position and if needed the CivicAddressResolver to map coordinates to addresses.