dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Interfaces

IGroupLayer Interface

For reading GroupLayer layers from GeoBlazor Pro.

public interface IGroupLayer

Properties

IGroupLayer.Layers Property

A collection of operational layers.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Collections.Generic.IReadOnlyList<Layer>