TileLayer.AutoDownsample Property
Gets or sets a flag indicating if rasters should be downsampled automatically to match the scale they are displayed in.
Syntax
public System.Boolean AutoDownsample { get; set; }
Property Value
Default: true
True if rasters should be downsampled automatically to match the scale they are displayed in; otherwise, False.
Remarks
When this property is True a TileLayer will compare raster resolutions to the screen resolution and if a raster has a higher resolution then it will be downsampled to match the screen resolution to reduce the amount of primary and graphics memory that will be used.
However, in some cases you might want keep the high resolution rasters and let the downsampling be performed by the graphics adapter during rendering. Setting this property to False will disable the automatic downsampling.
Disabling the automatic downsampling might also increase the amount of memory, both primary and graphics memory, that is used.
Platforms
Windows, Linux, Android