MultiScaleTileSource(String, Int64, Int64, Int32, Int32, Int32, ICacheOptionsProvider, Int32) Constructor
In This Article
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 |
---|---|
user |
String |
image |
Int64 |
image |
Int64 |
tile |
Int32 |
tile |
Int32 |
tile |
Int32 |
cache |
DevExpress. |
max |
Int32 |
See Also