Search Results for

    Show / Hide Table of Contents

    Class TmsTileSourceBuilder

    Inheritance
    object
    TmsTileSourceBuilder
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Tiling.Layers
    Assembly: Mapsui.Tiling.dll
    Syntax
    public static class TmsTileSourceBuilder

    Methods

    | Edit this page View Source

    BuildAsync(string, bool, IPersistentCache<byte[]>?)

    Declaration
    public static Task<ITileSource> BuildAsync(string urlToTileMapXml, bool overrideTmsUrlWithUrlToTileMapXml, IPersistentCache<byte[]>? persistentCache = null)
    Parameters
    Type Name Description
    string urlToTileMapXml
    bool overrideTmsUrlWithUrlToTileMapXml
    IPersistentCache<byte[]> persistentCache
    Returns
    Type Description
    Task<ITileSource>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX