dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Interfaces

ISublayersLayer Interface

Geoblazor layer that contains sublayers

public interface ISublayersLayer

Derived
MapImageLayer
TileLayer

Properties

ISublayersLayer.Sublayers Property

The sublayers of this layer

System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Layers.Sublayer>? Sublayers { get; }

Property Value

System.Collections.Generic.IReadOnlyList<Sublayer>