Share via


UserInfoLocationHeader Class

An optional Simple Object Access Protocol (SOAP) header that can be attached to any MapPoint Location Server Web Service request. An instance of this class defines the locale, language, and unit of measurement for distance in which results are returned.

Public Class UserInfoLocationHeader Inherits LocationServiceSoap.UserInfoHeader
    Member of [Namespace]
[C#]
public class UserInfoLocationHeader : LocationServiceSoap.UserInfoHeader
    Member of [Namespace]

Remarks

This class is derived from the MapPoint Web Service UserInfoHeader class.

For more information about SOAP headers, see Using SOAP Headers.

In Microsoft MapPoint Location Server version 1.0, the only field that is recognized by the location service on the UserInfoLocationHeader object is the culture. This means, for example, setting the DefaultDistanceUnit property has no effect on MapPoint Location Server Web Service method calls.

See Also

Location Service