[]
A IMapLayer that displays its items positioned geographically and only shows the items actually in view.
[TemplatePart(Name = "ItemsHost", Type = typeof(MapItemsLayer))]
public class MapVirtualLayer : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IMapLayer, IDisposable
| Name | Description |
|---|---|
| MapVirtualLayer() | Initializes a new instance of the MapVirtualLayer class. |
| Name | Description |
|---|---|
| ItemTemplateProperty | Identifies the ItemTemplate dependency property. |
| Name | Description |
|---|---|
| IsDisposed | Gets whether this instance is disposed. |
| ItemTemplate | Gets or sets the DataTemplate used to display each item. |
| MapItemsSource | Gets os sets the current IMapVirtualSource for this C1MapVirtualLayer. |
| Slices | Gets the collection of MapSlice specifying how the map is partitioned for virtualization. |
| Name | Description |
|---|---|
| Dispose() | |
| Dispose(bool) | |
| ForceRefresh() | Forces this C1MapVirtualLayer to request all items again. |
| OnApplyTemplate() |