public System.Collections.Generic.List<MapSlice> Slices {get;}
'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.