Search Results for

    Show / Hide Table of Contents

    Class EnumerableLayerExtensions

    Inheritance
    object
    EnumerableLayerExtensions
    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 EnumerableLayerExtensions

    Methods

    | Edit this page View Source

    WaitForLoadingAsync(IEnumerable<ILayer>)

    Wait for Loading Async

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

    layers 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