Skip to main content
A newer version of this page is available. .

WmsImageSource.ProcessRequest(Uri, MapUnit, Double) Method

Processes the request to a map service to obtain an image using its URI and location for the required zoom level.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public void ProcessRequest(
    Uri uri,
    MapUnit location,
    double zoomLevel
)

Parameters

Name Type Description
uri Uri

A Uri value specifying the image URI.

location MapUnit

A MapUnit object specifying the location.

zoomLevel Double

A Double value specifying the zoom level.

See Also