Skip to main content

LayerMapItemCollection(MapItemsLayerBase) Constructor

In This Article

Initializes a new instance of the LayerMapItemCollection class with the specified owner.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public LayerMapItemCollection(
    MapItemsLayerBase layer
)

#Parameters

Name Type Description
layer MapItemsLayerBase

A MapItemsLayerBase class descendant that is the owner of this map item collection.

See Also