GeoBlazor Pro
layout: pro title: PopupTemplateCreatorParams parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
PopupTemplateCreatorParams Class
The parameters for the GetTemplates(PopupTemplateCreatorParams) and GetClusterTemplates(PopupTemplateCreatorParams) methods.
public class PopupTemplateCreatorParams :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.PopupTemplateCreatorParams>
Inheritance System.Object 🡒 PopupTemplateCreatorParams
Implements System.IEquatable<PopupTemplateCreatorParams>
Constructors
PopupTemplateCreatorParams(Layer, Renderer) Constructor
The parameters for the GetTemplates(PopupTemplateCreatorParams) and GetClusterTemplates(PopupTemplateCreatorParams) methods.
public PopupTemplateCreatorParams(dymaptic.GeoBlazor.Core.Components.Layers.Layer Layer, dymaptic.GeoBlazor.Core.Components.Renderers.Renderer? Renderer=null);
Parameters
Layer
dymaptic.GeoBlazor.Core.Components.Layers.Layer
The layer to which the suggested popup templates can be applied, or the point layer that is or will be clustered.
Renderer
dymaptic.GeoBlazor.Core.Components.Renderers.Renderer
Specify the renderer to be used on the layer (when featureReduction is enabled for clustering) if it will be different than the renderer already set on the layer.
Properties
PopupTemplateCreatorParams.Layer Property
The layer to which the suggested popup templates can be applied, or the point layer that is or will be clustered.
public dymaptic.GeoBlazor.Core.Components.Layers.Layer Layer { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Components.Layers.Layer
PopupTemplateCreatorParams.Renderer Property
Specify the renderer to be used on the layer (when featureReduction is enabled for clustering) if it will be different than the renderer already set on the layer.
public dymaptic.GeoBlazor.Core.Components.Renderers.Renderer? Renderer { get; set; }