Maps for WinRT
Slices Property


Gets the collection of MapSlice specifying how the map is partitioned for virtualization.
Syntax
'Declaration
 
Public ReadOnly Property Slices As ICollection(Of MapSlice)
'Usage
 
Dim instance As C1MapVirtualLayer
Dim value As ICollection(Of MapSlice)
 
value = instance.Slices
public ICollection<MapSlice> Slices {get;}
Remarks
Each MapSlice defines a set of regions this C1MapVirtualLayer will get items for when needed. The minimum zoom of a MapSlice is the value of its MapSlice.Zoom property, while the maximum zoom is the value from the Zoom property of the next slice. Each slice divides the map in a uniform grid of regions according to the current Projection.
See Also

Reference

C1MapVirtualLayer Class
C1MapVirtualLayer Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback