dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
InitialViewProperties Class
Represents the initial viewing state of the WebMap when displayed in a MapView. ArcGIS Maps SDK for JavaScript
public record InitialViewProperties : System.IEquatable<dymaptic.GeoBlazor.Core.Model.InitialViewProperties>
Inheritance System.Object 🡒 InitialViewProperties
Implements System.IEquatable<InitialViewProperties>
Constructors
InitialViewProperties(ColorBackground, SpatialReference, string, Viewpoint, TimeExtent) Constructor
Represents the initial viewing state of the WebMap when displayed in a MapView. ArcGIS Maps SDK for JavaScript
public InitialViewProperties(dymaptic.GeoBlazor.Core.Model.ColorBackground? Background=null, dymaptic.GeoBlazor.Core.Components.SpatialReference? SpatialReference=null, string? TimeZone=null, dymaptic.GeoBlazor.Core.Components.Viewpoint? Viewpoint=null, dymaptic.GeoBlazor.Core.Components.TimeExtent? TimeExtent=null);
Parameters
Background ColorBackground
The background color of the WebMap. default null ArcGIS Maps SDK for JavaScript
SpatialReference SpatialReference
The spatial reference of the WebMap. ArcGIS Maps SDK for JavaScript
TimeZone System.String
The initial time zone of the WebMap. ArcGIS Maps SDK for JavaScript
Viewpoint Viewpoint
The initial viewpoint of the WebMap. ArcGIS Maps SDK for JavaScript
TimeExtent TimeExtent
The initial time extent of the WebMap. ArcGIS Maps SDK for JavaScript
Properties
InitialViewProperties.Background Property
The background color of the WebMap. default null ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.ColorBackground? Background { get; init; }
Property Value
InitialViewProperties.SpatialReference Property
The spatial reference of the WebMap. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.SpatialReference? SpatialReference { get; init; }
Property Value
InitialViewProperties.TimeExtent Property
The initial time extent of the WebMap. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.TimeExtent? TimeExtent { get; init; }
Property Value
InitialViewProperties.TimeZone Property
The initial time zone of the WebMap. ArcGIS Maps SDK for JavaScript
public string? TimeZone { get; init; }
Property Value
InitialViewProperties.Viewpoint Property
The initial viewpoint of the WebMap. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Viewpoint? Viewpoint { get; init; }