MapTileSourceBase(String, Int32, Int32, Int32, Int32, ICacheOptionsProvider) Constructor
Initializes a new instance of the MapTileSourceBase class with specified settings.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
public MapTileSourceBase(
string userAgent,
int imageWidth,
int imageHeight,
int tileWidth,
int tileHeight,
ICacheOptionsProvider cacheOptionsProvider
)
Parameters
| Name | Type |
|---|---|
| userAgent | String |
| imageWidth | Int32 |
| imageHeight | Int32 |
| tileWidth | Int32 |
| tileHeight | Int32 |
| cacheOptionsProvider | DevExpress.UI.Xaml.Map.ICacheOptionsProvider |
See Also