Geolocation sample end to end using Windows Azure Mobile Services

This sample provides and end to end location scenario with a Windows Store app using Bing Maps and a Windows Azure Mobile Services backend. It shows how to add places to the Map, store place coordinates in a Mobile Services table, and how to query for places near your location.

C# (1.4 MB)
 
 
 
 
 
(9)
936 times
Add To Favorites
1/9/2013
E-mail Twitter del.icio.us Digg Facebook
Sign in to Ask a Question


  • Step 13
    1 Posts | Last Post April 29, 2013
    • How can I return id of the created object in the script (step 13)?
  • Step 13 completed
    1 Posts | Last Post January 17, 2013
    • Thanks for this great code.
      After step 13 it says :
      
      This script parses the latitude and longitude values and creates a SQL Server geography instance. In order to do this, you need to execute a custom query using the mssql object. For more information about mssql go to http://msdn.microsoft.com/en-us/library/windowsazure/jj554212.aspx.
      --
      where can I find that custom query, and how exactly do I run that against the DB
      Thanks in advance.