CommonServiceSoap Class
CommonServiceSoap Class
Contains the methods and properties of the MapPoint Web Service common service.
Public Class CommonServiceSoap Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class CommonServiceSoap : System.Web.Services.Protocols.SoapHttpClientProtocol
Public Methods
Name | Description |
---|---|
GetCountryRegionInfo | Returns information about one or more countries/regions as an array of CountryRegionInfo[] objects. |
GetDataSourceInfo | Returns one or more data sources in an array of DataSource objects. |
GetEntityTypes | Returns an array of EntityType[] objects for a specified data source. |
GetGreatCircleDistances | Takes an array of latitude and longitude pairs, and returns an array of great circle distances between the specified points. Distances can be returned in either kilometers or miles. Given n elements in the incoming array, the method returns n-1 elements in the return array. |
GetVersionInfo | Returns the version of MapPoint Web Service as an array of VersionInfo[] objects. |
Public Properties
Name | Description |
---|---|
CustomerInfoHeaderValue | A customer-defined code (CustomerInfoHeader object) that represents the transaction being sent to MapPoint Web Service by using the CommonServiceSoap methods. |
UserInfoHeaderValue | Context-related information (UserInfoHeader object) that defines the locale, language, and unit of measurement in which results are returned by the CommonServiceSoap methods. |
See Also
CustomerInfoHeader Class | UserInfoHeader Class