Using MapIt data

To use SQL Server tables via the MapIt Spatial Data Service in the ArcGIS API for Windows Phone, you need to know the URL of a table. URLs can vary but often look like the following:

Using tables

In general, tables in SQL Server can be queried in the ArcGIS API for Windows Phone and displayed as graphics in a map. MapIt components and SQL Server do not generate map images on a server; instead, the MapIt Spatial Data Service streams features (geometry and attributes) to the client, and the client is responsible for displaying the geographic content as graphics. The ArcGIS API for Windows Phone includes the following core components you can use to access and display features:

You can obtain information about tables accessible from the MapIt Spatial Data Service from your MapIt/SQL Server administrator or by searching the MapIt Spatial Data Services Directory. For additional information, see Discovering MapIt data.

1/23/2012