Wijmo UI for the Web
slices Field
wijmo.maps Namespace > IVirualLayerOptions Interface : slices Field

Type: wijmo.maps.IMapSlice[]

Specifies how the map is partitioned for virtualization.

Syntax
var instance; // Type: wijmo.maps.IVirualLayerOptions;
var value; // Type: any
value = instance.slices;
var slices : any;
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

IVirualLayerOptions Interface