Skip to main content
All docs
V21.2
  • MultiScaleTileSource(String, Int64, Int64, Int32, Int32, Int32, ICacheOptionsProvider, Int32) Constructor

    Initializes a new instance of the MultiScaleTileSource class with specified settings.

    Namespace: DevExpress.UI.Xaml.Map

    Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

    NuGet Package: DevExpress.Uwp.Controls

    Declaration

    public MultiScaleTileSource(
        string userAgent,
        long imageWidth,
        long imageHeight,
        int tileWidth,
        int tileHeight,
        int tileOverlap,
        ICacheOptionsProvider cacheOptionsProvider,
        int maxParallelDownloads
    )

    Parameters

    Name Type
    userAgent String
    imageWidth Int64
    imageHeight Int64
    tileWidth Int32
    tileHeight Int32
    tileOverlap Int32
    cacheOptionsProvider DevExpress.UI.Xaml.Map.ICacheOptionsProvider
    maxParallelDownloads Int32
    See Also