Wijmo UI for the Web
slices Option
wijmo.maps.wijvirtuallayer Namespace > options type : slices Option

Type: wijmo.maps.IMapSlice[]

Default value: []

Specifies how the map is partitioned for virtualization.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  []
    returnsValue = $(".selector").wijvirtuallayer("option", "slices");
    
    // Set value
    var newValue; // Type:  []
    $(".selector").wijvirtuallayer("option", "slices", newValue);
        
});
var slices : ;
Remarks
Each slice defines a set of regions this virtual layer will get items form when needed. The minimum zoom of a slice is the value value of it's <b>zoom</b> property, while the maximum zoom is the value from the <b>zoom</b> property of the next slice. Each slice divides the map in a uniform grid of regions according to the current projection.
See Also

Reference

options type
wijvirtuallayer jQuery Widget