DataSource Class

DataSource Class

Contains the name, descriptions, capability, entity extent, and version number of a data source. All data used by MapPoint Web Service—such as map data, address data, point-of-interest data, icons, and customer's private location data and icons—are stored in separate data sources. There are variations in the functions that can be performed, the supported languages, the geographic coverage (or extent), and the map scale range between data sources.

Public Class DataSource
    Member of [Namespace]
[C#]
public class DataSource : System.Object
    Member of [Namespace]

Public Properties

public propertyCapability The functionality (DataSourceCapability enumeration) that the data source can perform.
public propertyDescription The descriptive name of the data source. String.
public propertyEntityExtent The geographic extent of the data source, as an array of country or region entity IDs. Integer[].
public propertyName The name of the data source. String.
public propertyVersion The version number of the data source. String. Read-only.

Remarks

See Also

DataSourceCapability Enumeration | CommonServiceSoap.GetDataSourceInfo Method | MapPoint Web Service Data Sources and Capabilities