Search Results for

    Show / Hide Table of Contents

    Class Tile

    Inheritance
    object
    Tile
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Extensions.Cache
    Assembly: Mapsui.Extensions.dll
    Syntax
    public class Tile

    Properties

    | Edit this page View Source

    Col

    Declaration
    public int Col { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Compression

    Declaration
    public string Compression { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Created

    Declaration
    public DateTime Created { get; set; }
    Property Value
    Type Description
    DateTime
    | Edit this page View Source

    Data

    Declaration
    public byte[]? Data { get; set; }
    Property Value
    Type Description
    byte[]
    | Edit this page View Source

    Level

    Declaration
    public int Level { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Row

    Declaration
    public int Row { get; set; }
    Property Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX