<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Using ReverseGeocodeQuery for Windows Phone 8</title><link>http://blogs.msdn.com/b/jrspinella/archive/2012/11/02/using-reversegeocodequery-for-windows-phone-8.aspx</link><description>So, I started writing some of my apps I had for Android and WP7 for Windows Phone 8 and to my surprise Nokia Maps are looking to be a really good thing. With the New Nokia Maps, there are Maps services that come with the Windows Phone 8 SDK. One in particular</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Using ReverseGeocodeQuery for Windows Phone 8</title><link>http://blogs.msdn.com/b/jrspinella/archive/2012/11/02/using-reversegeocodequery-for-windows-phone-8.aspx#10416802</link><pubDate>Tue, 07 May 2013 20:54:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10416802</guid><dc:creator>D. Dowdall</dc:creator><description>&lt;p&gt;Mohamed Samsudeen &amp;nbsp; &lt;/p&gt;
&lt;p&gt;I had the same problem. After I added a height and width to the textblock, I could see the location information.&lt;/p&gt;
&lt;p&gt;David&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10416802" width="1" height="1"&gt;</description></item><item><title>re: Using ReverseGeocodeQuery for Windows Phone 8</title><link>http://blogs.msdn.com/b/jrspinella/archive/2012/11/02/using-reversegeocodequery-for-windows-phone-8.aspx#10408179</link><pubDate>Sat, 06 Apr 2013 05:14:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10408179</guid><dc:creator>meesun</dc:creator><description>&lt;p&gt;what should i do if i want to update the position information whenever the user makes a move to a different location????&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10408179" width="1" height="1"&gt;</description></item><item><title>re: Using ReverseGeocodeQuery for Windows Phone 8</title><link>http://blogs.msdn.com/b/jrspinella/archive/2012/11/02/using-reversegeocodequery-for-windows-phone-8.aspx#10403827</link><pubDate>Wed, 20 Mar 2013 10:12:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10403827</guid><dc:creator>Mohamed Samsudeen</dc:creator><description>&lt;p&gt;Hi John,&lt;/p&gt;
&lt;p&gt;There is no response in text block. I have done all the things you said.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mohamed Samsudeen K S&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10403827" width="1" height="1"&gt;</description></item><item><title>re: Using ReverseGeocodeQuery for Windows Phone 8</title><link>http://blogs.msdn.com/b/jrspinella/archive/2012/11/02/using-reversegeocodequery-for-windows-phone-8.aspx#10389844</link><pubDate>Thu, 31 Jan 2013 09:07:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10389844</guid><dc:creator>Gerardo Melendrez</dc:creator><description>&lt;p&gt;Thanks. Useful.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10389844" width="1" height="1"&gt;</description></item><item><title>re: Using ReverseGeocodeQuery for Windows Phone 8</title><link>http://blogs.msdn.com/b/jrspinella/archive/2012/11/02/using-reversegeocodequery-for-windows-phone-8.aspx#10380926</link><pubDate>Thu, 27 Dec 2012 10:34:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10380926</guid><dc:creator>tt</dc:creator><description>&lt;p&gt;John, thanks.&lt;/p&gt;
&lt;p&gt;The website I have read, now I sure there is no problem in my code. I use the code from your code.&lt;/p&gt;
&lt;p&gt;Some area can get detail info. such as new GeoCoordinate(31.2042859131461, 121.552734375),it can get Country,City and district.&lt;/p&gt;
&lt;p&gt;Some area get little info. such as &amp;nbsp;new GeoCoordinate(31.281192, 121.535912),it can only get Country.&lt;/p&gt;
&lt;p&gt;Now I guess the API ReverseGeocodeQuery get little data in China. How you think ? What shouleI do if I want get the data of City?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10380926" width="1" height="1"&gt;</description></item><item><title>re: Using ReverseGeocodeQuery for Windows Phone 8</title><link>http://blogs.msdn.com/b/jrspinella/archive/2012/11/02/using-reversegeocodequery-for-windows-phone-8.aspx#10380782</link><pubDate>Wed, 26 Dec 2012 17:21:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10380782</guid><dc:creator>John</dc:creator><description>&lt;p&gt;As part of ReverseGeocodeQuery_QueryCompleted, the QueryCompletedEventArgs&amp;lt;IList&amp;lt;MapLocation&amp;gt;&amp;gt; brings back a list of possible locations. You can loop through the list to find the best possible address. &lt;/p&gt;
&lt;p&gt;MapAddress address = e.Result[0].Information should give you all the possible data elements you need to bring back all address elements.&lt;/p&gt;
&lt;p&gt;Try reading: &lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/windowsphone/develop/microsoft.phone.maps.services.mapaddress(v=vs.105).aspx"&gt;msdn.microsoft.com/.../microsoft.phone.maps.services.mapaddress(v=vs.105).aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;John&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10380782" width="1" height="1"&gt;</description></item><item><title>re: Using ReverseGeocodeQuery for Windows Phone 8</title><link>http://blogs.msdn.com/b/jrspinella/archive/2012/11/02/using-reversegeocodequery-for-windows-phone-8.aspx#10380721</link><pubDate>Wed, 26 Dec 2012 10:10:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10380721</guid><dc:creator>tt</dc:creator><description>&lt;p&gt;use the code，I only can get Country and PostalCode, what should I do to get the other data such as city ?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10380721" width="1" height="1"&gt;</description></item><item><title>re: Using ReverseGeocodeQuery for Windows Phone 8</title><link>http://blogs.msdn.com/b/jrspinella/archive/2012/11/02/using-reversegeocodequery-for-windows-phone-8.aspx#10380719</link><pubDate>Wed, 26 Dec 2012 10:02:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10380719</guid><dc:creator>tt</dc:creator><description>&lt;p&gt;Need your help。&lt;/p&gt;
&lt;p&gt;I get the address only “china”， I can&amp;#39;t get the city &amp;quot;shanghai&amp;quot;， why？&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10380719" width="1" height="1"&gt;</description></item><item><title>re: Using ReverseGeocodeQuery for Windows Phone 8</title><link>http://blogs.msdn.com/b/jrspinella/archive/2012/11/02/using-reversegeocodequery-for-windows-phone-8.aspx#10375387</link><pubDate>Thu, 06 Dec 2012 22:00:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10375387</guid><dc:creator>KRK</dc:creator><description>&lt;p&gt;Thank you very much.&lt;/p&gt;
&lt;p&gt;It was interesting to learn this.&lt;/p&gt;
&lt;p&gt;KRK&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10375387" width="1" height="1"&gt;</description></item></channel></rss>