RenderServiceSoap Class

RenderServiceSoap Class

Contains the methods and properties related to calling the render service.


Public Class RenderServiceSoap _
    Inherits System.Web.Services.Protocols.SoapHttpClientProtocol


[C#]

public class RenderServiceSoap : 
    System.Web.Services.Protocols.SoapHttpClientProtocol

Public Methods

Name Description
public methodConvertToLatLong

Converts pixel coordinates on a given map to latitude and longitude coordinates. Returns an array of LatLong[] objects from a given array of PixelCoord[] objects.

public methodConvertToPoint

Converts latitude and longitude coordinates to pixel coordinates on a given map. Returns an array of PixelCoord[] objects from a given array of LatLong[] objects.

public methodGetBestMapView

Creates a single, best map view for displaying a set of locations. A best map view is the largest scale map that can be centered over the set of locations while displaying the entire location along with a small buffer. Returns a MapViewRepresentations object for a specified Location object or array of Location[] objects.

public methodGetMap

Creates one or more rendered images of a map. Returns a MapImage object or an array of MapImage[] objects, based on a map specification. The map specification includes the data source to use, map views, pushpins, route, selected entities, and map options.

public methodGetLineDriveMap

Returns an array of LineDriveMapImage objects.

Public Properties

Name Description
public propertyCustomerInfoRenderHeaderValue

The customer-defined code (CustomerInfoRenderHeader object) that represents the transaction being sent to MapPoint Web Service using the RenderServiceSoap methods.

public propertyUserInfoRenderHeaderValue

The context-related information (UserInfoRenderHeader object) that defines the locale, language, and unit of measurement in which results are returned from the RenderServiceSoap methods.

See Also

  MapViewRepresentations Class   |   Location Class   |   MapImage Class   |   CustomerInfoRenderHeader Class   |   UserInfoRenderHeader Class