Show / Hide Table of Contents

    Class FetchStrategy

    Inheritance
    System.Object
    FetchStrategy
    Implements
    IFetchStrategy
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Mapsui.Fetcher
    Assembly: Mapsui.dll
    Syntax
    public class FetchStrategy : IFetchStrategy

    Constructors

    | Improve this Doc View Source

    FetchStrategy(Int32)

    Declaration
    public FetchStrategy(int maxLevelsUp = 2147483647)
    Parameters
    Type Name Description
    System.Int32 maxLevelsUp

    Methods

    | Improve this Doc View Source

    GetTilesWanted(ITileSchema, Extent, String)

    Declaration
    public 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>

    Implements

    IFetchStrategy
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX