TileLayer.TileLayer Constructors
Initializes a new instance of the TileLayer class.
Overload List
Name | Description | |
---|---|---|
Public method | TileLayer() | Initializes a new instance of the TileLayer class. |
Public method | TileLayer(LayerCollection layers) | Initializes a new instance of the TileLayer class with the given list of child layers. |
Public method | TileLayer(LayerCollection layers, System.Boolean cacheAsBitmaps, System.String cachePath, System.Int32 cacheSize) | Initializes a new instance of the TileLayer class with the given list of child layers and cache parameters. |
Public method | TileLayer(IEnumerable< Layer > layers) | Initializes a new instance of the TileLayer class with the specified child layers. |
Public method | TileLayer(IEnumerable< Layer > layers, System.Boolean cacheAsBitmaps, System.String cachePath, System.Int32 cacheSize) | Initializes a new instance of the TileLayer class with the specified child layers and cache parameters. |
TileLayer()
Initializes a new instance of the TileLayer class.Syntax
public TileLayer ()
TileLayer(LayerCollection layers)
Initializes a new instance of the TileLayer class with the given list of child layers.Syntax
public TileLayer (
LayerCollection layers
)
Parameters
layers
Type: A collection of Layer elements.
A collection of child layers.
A collection of child layers.
TileLayer(LayerCollection layers, System.Boolean cacheAsBitmaps, System.String cachePath, System.Int32 cacheSize)
Initializes a new instance of the TileLayer class with the given list of child layers and cache parameters.Syntax
public TileLayer (
LayerCollection layers,
System.Boolean cacheAsBitmaps,
System.String cachePath,
System.Int32 cacheSize
)
Parameters
layers
Type: A collection of Layer elements.
A collection of child layers.
A collection of child layers.
cacheAsBitmaps
Type: System.Boolean
Specifies if loaded tiles should be cached as bitmaps.
Specifies if loaded tiles should be cached as bitmaps.
cachePath
Type: System.String
A directory on disk where tile bitmaps are cached. If an empty string is passed, bitmaps are not cached to disk.
A directory on disk where tile bitmaps are cached. If an empty string is passed, bitmaps are not cached to disk.
cacheSize
Type: System.Int32
The maximum size of the disk cache, in MB.
The maximum size of the disk cache, in MB.
TileLayer(IEnumerable< Layer > layers)
Initializes a new instance of the TileLayer class with the specified child layers.Syntax
public TileLayer (
IEnumerable< Layer > layers
)
Parameters
layers
Type: A collection of Layer elements.
A collection of child layers.
A collection of child layers.
TileLayer(IEnumerable< Layer > layers, System.Boolean cacheAsBitmaps, System.String cachePath, System.Int32 cacheSize)
Initializes a new instance of the TileLayer class with the specified child layers and cache parameters.Syntax
public TileLayer (
IEnumerable< Layer > layers,
System.Boolean cacheAsBitmaps,
System.String cachePath,
System.Int32 cacheSize
)
Parameters
layers
Type: A collection of Layer elements.
A collection of child layers.
A collection of child layers.
cacheAsBitmaps
Type: System.Boolean
Specifies if loaded tiles should be cached as bitmaps.
Specifies if loaded tiles should be cached as bitmaps.
cachePath
Type: System.String
A directory on disk where tile bitmaps are cached. If an empty string is passed, bitmaps are not cached to disk.
A directory on disk where tile bitmaps are cached. If an empty string is passed, bitmaps are not cached to disk.
cacheSize
Type: System.Int32
The maximum size of the disk cache, in MB.
The maximum size of the disk cache, in MB.
Platforms
Windows, Linux, Android