|
CartoType .NET API 9.6-4-g79291b60b
for development in C#, Visual Basic and other .NET languages
|
A set of map tiles used in TileParam. More...
#include <CartoTypeWrapper.h>
Properties | |
| String^ | FileNameTemplate |
| A template using format specifiers from the C++ std::format function, which is used to create the filename, using integer arguments zoom, x, y in that order. For example, "c:/maps/tile-zoom{}-x{}-y{}.ctm1". The arguments may be reordered using argument indexes: see the C++ std::format documentation for details. | |
| Rect^ | TileRange |
| The inclusive range of files that are available. | |
| int | FileZoom |
| The zoom level of these tiles. | |
| int | MinDisplayZoom |
| The minimum zoom level at which these tiles are to be drawn. | |
| int | MaxDisplayZoom |
| The maximum zoom level at which these tiles are to be drawn. | |
A set of map tiles used in TileParam.