Search Results for

    Show / Hide Table of Contents

    Class ZoomLevelExtensions

    Inheritance
    object
    ZoomLevelExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.UI.Forms.Extensions
    Assembly: Mapsui.UI.Forms.dll
    Syntax
    public static class ZoomLevelExtensions

    Methods

    | Edit this page View Source

    ToMapsuiResolution(double)

    Convert zoom level (as described at https://wiki.openstreetmap.org/wiki/Zoom_levels) into a Mapsui resolution

    Declaration
    public static double ToMapsuiResolution(this double zoomLevel)
    Parameters
    Type Name Description
    double zoomLevel

    Zoom level

    Returns
    Type Description
    double

    Resolution in Mapsui format

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX