Class LayerExtensions
Inherited Members
Namespace: Mapsui.Extensions
Assembly: Mapsui.dll
Syntax
public static class LayerExtensions
Methods
| Edit this page View SourceWaitForLoadingAsync(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 |