GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Results

PopupTemplateResult Class

Defines a suggested PopupTemplate with a given name and title describing the content and purpose of the PopupTemplate. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-popup-templates.html#Template”>ArcGIS Maps SDK for JavaScript</a>

public record PopupTemplateResult : System.IEquatable<dymaptic.GeoBlazor.Pro.Results.PopupTemplateResult>

Inheritance System.Object 🡒 PopupTemplateResult

Implements System.IEquatable<PopupTemplateResult>

Constructors

PopupTemplateResult(string, string, PopupTemplate) Constructor

Defines a suggested PopupTemplate with a given name and title describing the content and purpose of the PopupTemplate. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-popup-templates.html#Template”>ArcGIS Maps SDK for JavaScript</a>

public PopupTemplateResult(string Name, string Title, dymaptic.GeoBlazor.Core.Components.Popups.PopupTemplate Value);

Parameters

Name System.String

The name of the auto-generated PopupTemplate. This can be used in the UI of web map authoring apps.

Title System.String

The title of the PopupTemplate.

Value dymaptic.GeoBlazor.Core.Components.Popups.PopupTemplate

The suggested PopupTemplate.

Properties

PopupTemplateResult.Name Property

The name of the auto-generated PopupTemplate. This can be used in the UI of web map authoring apps.

public string Name { get; init; }

Property Value

System.String

PopupTemplateResult.Title Property

The title of the PopupTemplate.

public string Title { get; init; }

Property Value

System.String

PopupTemplateResult.Value Property

The suggested PopupTemplate.

public dymaptic.GeoBlazor.Core.Components.Popups.PopupTemplate Value { get; init; }

Property Value

dymaptic.GeoBlazor.Core.Components.Popups.PopupTemplate