C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / C1VirtualLayer Class / Slices Property

In This Topic
Slices Property
In This Topic
Gets a collection of MapSlice which specifies how the map is partitioned for virtualization.
Syntax
'Declaration
 
Public ReadOnly Property Slices As System.Collections.Generic.List(Of MapSlice)
 
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 MapSlice.Zoom property, while the maximum zoom is the value from the MapSlice.Zoom property of the next slice. Each slice divides the map in a uniform grid of regions according to the current projection.
See Also