dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
VectorTileLayerCurrentStyleInfo Class
The current style information of the VectorTileLayer.
ArcGIS Maps SDK for JavaScript
public class VectorTileLayerCurrentStyleInfo :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.VectorTileLayerCurrentStyleInfo>
Inheritance System.Object 🡒 VectorTileLayerCurrentStyleInfo
Implements System.IEquatable<VectorTileLayerCurrentStyleInfo>
Constructors
VectorTileLayerCurrentStyleInfo(string, string, string, string, string, string) Constructor
The current style information of the VectorTileLayer.
ArcGIS Maps SDK for JavaScript
public VectorTileLayerCurrentStyleInfo(string? GlyphsUrl=null, string? LayerDefinition=null, string? ServiceUrl=null, string? SpriteUrl=null, string? Style=null, string? StyleUrl=null);
Parameters
GlyphsUrl
System.String
Absolute template URL for font sets included in a style.
ArcGIS Maps SDK for JavaScript
LayerDefinition
System.String
Vector tile service information.
ArcGIS Maps SDK for JavaScript
ServiceUrl
System.String
Absolute URL for a vector tile service.
ArcGIS Maps SDK for JavaScript
SpriteUrl
System.String
Absolute URL for sprites included in a style.
ArcGIS Maps SDK for JavaScript
Style
System.String
Style JSON object for vector tiles.
ArcGIS Maps SDK for JavaScript
StyleUrl
System.String
Absolute URL for vector tile service style.
ArcGIS Maps SDK for JavaScript
Properties
VectorTileLayerCurrentStyleInfo.GlyphsUrl Property
Absolute template URL for font sets included in a style.
ArcGIS Maps SDK for JavaScript
public string? GlyphsUrl { get; set; }
Property Value
VectorTileLayerCurrentStyleInfo.LayerDefinition Property
Vector tile service information.
ArcGIS Maps SDK for JavaScript
public string? LayerDefinition { get; set; }
Property Value
VectorTileLayerCurrentStyleInfo.ServiceUrl Property
Absolute URL for a vector tile service.
ArcGIS Maps SDK for JavaScript
public string? ServiceUrl { get; set; }
Property Value
VectorTileLayerCurrentStyleInfo.SpriteUrl Property
Absolute URL for sprites included in a style.
ArcGIS Maps SDK for JavaScript
public string? SpriteUrl { get; set; }
Property Value
VectorTileLayerCurrentStyleInfo.Style Property
Style JSON object for vector tiles.
ArcGIS Maps SDK for JavaScript
public string? Style { get; set; }
Property Value
VectorTileLayerCurrentStyleInfo.StyleUrl Property
Absolute URL for vector tile service style.
ArcGIS Maps SDK for JavaScript
public string? StyleUrl { get; set; }