Class TileInfo
Assembly: Mapsui.ArcGIS.dll
Syntax
Properties
|
Edit this page
View Source
cols
Declaration
public int cols { get; set; }
Property Value
|
Edit this page
View Source
compressionQuality
Declaration
public int compressionQuality { get; set; }
Property Value
|
Edit this page
View Source
dpi
Declaration
public int dpi { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public string? format { get; set; }
Property Value
|
Edit this page
View Source
lods
Declaration
public TileInfo.Lod[]? lods { get; set; }
Property Value
|
Edit this page
View Source
origin
Declaration
public TileInfo.Origin? origin { get; set; }
Property Value
|
Edit this page
View Source
rows
Declaration
public int rows { get; set; }
Property Value
|
Edit this page
View Source
spatialReference
Declaration
public SpatialReference? spatialReference { get; set; }
Property Value
Extension Methods