GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Options
CustomTemplateMapSurroundInfoOptions Class
This object returns settings for a legend, north arrow and scale bar (if any). ArcGIS Maps SDK for JavaScript
public record CustomTemplateMapSurroundInfoOptions : System.IEquatable<dymaptic.GeoBlazor.Pro.Options.CustomTemplateMapSurroundInfoOptions>
Inheritance System.Object 🡒 CustomTemplateMapSurroundInfoOptions
Implements System.IEquatable<CustomTemplateMapSurroundInfoOptions>
Constructors
CustomTemplateMapSurroundInfoOptions(string, string, string) Constructor
This object returns settings for a legend, north arrow and scale bar (if any). ArcGIS Maps SDK for JavaScript
public CustomTemplateMapSurroundInfoOptions(string? Legend=null, string? NorthArrow=null, string? ScaleBar=null);
Parameters
Legend
System.String
NorthArrow
System.String
ScaleBar
System.String
Properties
CustomTemplateMapSurroundInfoOptions.Legend Property
public string? Legend { get; init; }
Property Value
CustomTemplateMapSurroundInfoOptions.NorthArrow Property
public string? NorthArrow { get; init; }
Property Value
CustomTemplateMapSurroundInfoOptions.ScaleBar Property
public string? ScaleBar { get; init; }