Class MinimalFetchStrategy
Inheritance
System.Object
MinimalFetchStrategy
Implements
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 MinimalFetchStrategy : IFetchStrategy
Methods
| Improve this Doc View SourceGetTilesWanted(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> |