[]
        
(Showing Draft Content)

C1.WPF.Maps.MapVirtualLayer

MapVirtualLayer Class

A IMapLayer that displays its items positioned geographically and only shows the items actually in view.

Inheritance
MapVirtualLayer
Namespace: C1.WPF.Maps
Assembly: C1.WPF.Maps.dll
Syntax
[TemplatePart(Name = "ItemsHost", Type = typeof(MapItemsLayer))]
public class MapVirtualLayer : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IMapLayer, IDisposable

Constructors

Name Description
MapVirtualLayer()

Initializes a new instance of the MapVirtualLayer class.

Fields

Name Description
ItemTemplateProperty

Identifies the ItemTemplate dependency property.

Properties

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.

Methods

Name Description
Dispose()
Dispose(bool)
ForceRefresh()

Forces this C1MapVirtualLayer to request all items again.

OnApplyTemplate()