layout: default title: IPopupTemplateLayer parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Layers
IPopupTemplateLayer Interface
Interface for identifying Layer types that support PopupTemplates.
public interface IPopupTemplateLayer
Derived
↳ CSVLayer
↳ FeatureLayer
↳ GeoJSONLayer
↳ ImageryTileLayer
↳ Sublayer
Properties
IPopupTemplateLayer.PopupTemplate Property
The PopupTemplate for the layer.
dymaptic.GeoBlazor.Core.Components.Popups.PopupTemplate? PopupTemplate { get; set; }