Class
MapLayers

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:

cs-api-definition
public class MapLayers : DataVizCollectionComponent<MapLayer>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IEnumerable<MapLayer>, IEnumerable

Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionComponent<MapLayer>MapLayers

Implements: IComponentIDisposableIEnumerableIEnumerable<MapLayer>IHandleAfterRenderIHandleEvent

Inherited Members DataVizCollectionComponent<MapLayer>.GetEnumerator()ComponentBase.OnInitializedAsync()ComponentBase.OnParametersSetAsync()ComponentBase.StateHasChanged()ComponentBase.ShouldRender()ComponentBase.OnAfterRenderAsync(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.DispatchExceptionAsync(Exception)ComponentBase.SetParametersAsync(ParameterView)

Constructors

MapLayers()

Declaration

cs-api-definition
public MapLayers()

Properties

ChildContent

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.

Declaration

cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }

Property Value

RenderFragment

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

OnAfterRender(bool)

Declaration

cs-api-definition
protected override void OnAfterRender(bool firstRender)

Parameters

firstRender

bool

Overrides ComponentBase.OnAfterRender(bool)

OnInitialized()

Declaration

cs-api-definition
protected override void OnInitialized()

Overrides DataVizChildComponent.OnInitialized()

OnParametersSet()

Declaration

cs-api-definition
protected override void OnParametersSet()

Overrides ComponentBase.OnParametersSet()