dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components

GeoRSSLayerView Class

Represents the LayerView of a GeoRSSLayer
after it has been added to a Map in a MapView.
ArcGIS Maps SDK for JavaScript

public class GeoRSSLayerView : dymaptic.GeoBlazor.Core.Components.LayerView

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 LayerView 🡒 GeoRSSLayerView

Constructors

GeoRSSLayerView() Constructor

Parameterless constructor for use as a Razor Component.

public GeoRSSLayerView();

GeoRSSLayerView(Nullable) Constructor

Constructor for use in C# code. Use named parameters (e.g., item1: value1, item2: value2) to set properties in any order.

public GeoRSSLayerView(System.Nullable<bool> visible=null);

Parameters

visible System.Nullable<System.Boolean>

When true, the layer is visible in the view.
default true
ArcGIS Maps SDK for JavaScript

Properties

GeoRSSLayerView.Type Property

Identifies the layer view type.

public override System.Nullable<dymaptic.GeoBlazor.Core.Enums.LayerType> Type { get; }

Property Value

System.Nullable<LayerType>