dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
SpriteSourceUrlInfo Class
The URL of the sprite source to be fetched when the setSpriteSource() method is called.
ArcGIS Maps SDK for JavaScript
public class SpriteSourceUrlInfo :
dymaptic.GeoBlazor.Core.Interfaces.IVectorTileLayerSpriteSourceInfo,
System.IEquatable<dymaptic.GeoBlazor.Core.Model.SpriteSourceUrlInfo>
Inheritance System.Object 🡒 SpriteSourceUrlInfo
Implements IVectorTileLayerSpriteSourceInfo, System.IEquatable<SpriteSourceUrlInfo>
Constructors
SpriteSourceUrlInfo(Nullable, Nullable, string) Constructor
The URL of the sprite source to be fetched when the setSpriteSource() method is called.
ArcGIS Maps SDK for JavaScript
public SpriteSourceUrlInfo(System.Nullable<double> PixelRatio=null, System.Nullable<dymaptic.GeoBlazor.Core.Enums.SpriteFormat> SpriteFormat=null, string? SpriteUrl=null);
Parameters
PixelRatio
System.Nullable<System.Double>
The device pixel ratio used to fetch the appropriate sprite source.
ArcGIS Maps SDK for JavaScript
SpriteFormat
System.Nullable<SpriteFormat>
The sprite image format.
ArcGIS Maps SDK for JavaScript
SpriteUrl
System.String
The sprite source url.
ArcGIS Maps SDK for JavaScript
Properties
SpriteSourceUrlInfo.PixelRatio Property
The device pixel ratio used to fetch the appropriate sprite source.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> PixelRatio { get; set; }
Property Value
System.Nullable<System.Double>
SpriteSourceUrlInfo.SpriteFormat Property
The sprite image format.
ArcGIS Maps SDK for JavaScript
public System.Nullable<dymaptic.GeoBlazor.Core.Enums.SpriteFormat> SpriteFormat { get; set; }
Property Value
SpriteSourceUrlInfo.SpriteUrl Property
The sprite source url.
ArcGIS Maps SDK for JavaScript
public string? SpriteUrl { get; set; }