MapLayers
Class
Container component for organizing multiple map layers in a layered data visualization. Provides a structured way to manage and display different types of map content (markers, shapes, bubbles) in separate layers. Children: MapLayer.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class MapLayers : DataVizCollectionComponent<MapLayer>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IEnumerable<MapLayer>, IEnumerable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionComponent<MapLayer>MapLayers
Implements:
Inherited Members
Constructors
C#
public MapLayers()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides:
Properties
Defines the collection of map layers that will be rendered on the map. Use this to organize different data sets and visualization types into separate, manageable layers with individual styling and behavior. Children: MapLayer.
C#
[Parameter]
public RenderFragment ChildContent { get; set; }