Show / Hide Table of Contents

    Interface IFetchStrategy

    Namespace: Mapsui.Fetcher
    Assembly: Mapsui.dll
    Syntax
    public interface IFetchStrategy

    Methods

    | Improve this Doc View Source

    GetTilesWanted(ITileSchema, Extent, String)

    Declaration
    IList<TileInfo> GetTilesWanted(ITileSchema schema, Extent extent, string levelId)
    Parameters
    Type Name Description
    BruTile.ITileSchema schema
    BruTile.Extent extent
    System.String levelId
    Returns
    Type Description
    System.Collections.Generic.IList<BruTile.TileInfo>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX