TileLayer.TileLoadingPolicy Property
Gets or sets a value that determines whether tiles are loaded in parallel or one by one.
Syntax
public TileLoadingPolicy TileLoadingPolicy { get; set; }
Property Value
Default: Parallel
A value that determines whether tiles are loaded in parallel or one by one.
Remarks
This property determines whether the layer uses one or more background threads to load the data for each tile. The default policy Parallel uses a task based scheduler that scales the number of threads used based on the CPU the application is running on.
Platforms
Windows, Linux, Android