Search Results for

    Show / Hide Table of Contents

    Class LayerExtensions

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

    Methods

    | Edit this page View Source

    WaitForLoadingAsync(ILayer)

    Wait for Loading Async

    Declaration
    public static Task<bool> WaitForLoadingAsync(this ILayer layer)
    Parameters
    Type Name Description
    ILayer layer

    layer to wait for

    Returns
    Type Description
    Task<bool>

    true if it has waited false otherwise

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