Class FetchStrategy
Inheritance
System.Object
FetchStrategy
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 FetchStrategy : IFetchStrategy
Constructors
| Improve this Doc View SourceFetchStrategy(Int32)
Declaration
public FetchStrategy(int maxLevelsUp = 2147483647)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | maxLevelsUp |
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> |