Constructor TileInfo
TileInfo(Int32, TileImageFormat, IEnumerable<LevelOfDetail>, MapPoint, SpatialReference, Int32, Int32)
Initializes a new instance of the Tile
Declaration
public TileInfo(int dpi, TileImageFormat format, IEnumerable<LevelOfDetail> levelsOfDetail, MapPoint origin, SpatialReference spatialReference, int tileHeight, int tileWidth)
Parameters
Type | Name | Description |
---|---|---|
System. |
dpi | The DPI of each tile. |
Tile |
format | The image format of each tile. |
System. |
levelsOfDetail | A list of Level |
Map |
origin | The origin of the tiles. |
Spatial |
spatialReference | The spatial reference of the tiles. |
System. |
tileHeight | Height of a tile, in pixels. |
System. |
tileWidth | Width of a tile, in pixels. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |