windows phone 7 - Location Service on WP7,,Longitude and Latitude give me a NaN value -


geocoordinatewatcher watcher = new geocoordinatewatcher();   protected override void onnavigatedto(system.windows.navigation.navigationeventargs e)         {             var myposition = watcher.position;             longtxtblock.text = (myposition.location.longitude).tostring();             latitxtblock.text = (myposition.location.latitude).tostring();              base.onnavigatedto(e);         } 


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -