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