Class Tile
Assembly: Mapsui.Extensions.dll
Syntax
Properties
|
Edit this page
View Source
Col
Declaration
public int Col { get; set; }
Property Value
|
Edit this page
View Source
Compression
Declaration
public string Compression { get; set; }
Property Value
|
Edit this page
View Source
Created
Declaration
public DateTime Created { get; set; }
Property Value
|
Edit this page
View Source
Data
Declaration
public byte[]? Data { get; set; }
Property Value
|
Edit this page
View Source
Level
Declaration
public int Level { get; set; }
Property Value
|
Edit this page
View Source
Row
Declaration
public int Row { get; set; }
Property Value
Extension Methods