Skip to main content

Data Providers

  • 3 minutes to read

This document describes types of different data providers supported by the Map Control and provides information on how to use them.

When the Map control uses either the ImageTilesLayer to display image tiles from one of the imagery services, or the InformationLayer to implement GIS functionality, it is necessary to assign the appropriate Data Provider to this layer.

The following types are currently supported.

#Image Tiles Data Providers

To set one of the following data providers for an ImageTilesLayer object, you should assign chosen data provider to the ImageTilesLayer.DataProvider property.

#GIS Data Providers

There are data providers that allow you to use the Bing Route, Bing Search and Bing GeoCode services. In this case, the current Data Provider is defined by the type of the object assigned to the InformationLayer.DataProvider property.

The following types are currently supported.

See the Geocode, Search and Routing topics to learn more.

Note that before using Bing services data providers, you need to obtain a valid Bing Maps key. To learn how this can be done, see How to: Get a Bing Maps Key.