Show / Hide Table of Contents

    Class TileInfo.Lod

    Inheritance
    System.Object
    TileInfo.Lod
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Mapsui.Providers.ArcGIS
    Assembly: Mapsui.dll
    Syntax
    public class Lod

    Properties

    | Improve this Doc View Source

    level

    Declaration
    public int level { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    resolution

    Declaration
    public double resolution { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    scale

    Declaration
    public double scale { get; set; }
    Property Value
    Type Description
    System.Double
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX