Search Results for

    Show / Hide Table of Contents

    Class MinimalDataFetchStrategy

    Inheritance
    object
    MinimalDataFetchStrategy
    Implements
    IDataFetchStrategy
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Tiling.Fetcher
    Assembly: Mapsui.Tiling.dll
    Syntax
    public class MinimalDataFetchStrategy : IDataFetchStrategy

    Methods

    | Edit this page View Source

    Get(ITileSchema, Extent, int)

    Fetches the tiles from the data source to put them into the cache. A strategy could pre-fetch certain tiles to anticipate future use.

    Declaration
    public IList<TileInfo> Get(ITileSchema schema, Extent extent, int level)
    Parameters
    Type Name Description
    ITileSchema schema
    Extent extent
    int level
    Returns
    Type Description
    IList<TileInfo>

    Implements

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