|
CartoType C++ API 7.8.2, 2022-03-25
for Windows, Linux, Qt and other platforms supporting C++ development
|
#include <cartotype_graphics_context.h>
Public Attributes | |
| bool | iDrawMapObjects = true |
| bool | iDrawLabels = true |
| bool | iDrawBackground = true |
| MLabelHandler * | iLabelHandler = nullptr |
Tile bitmap parameters are used in the various tile drawing functions to control whether map objects and labels are drawn, and whether labels are passed to an external handler.
| bool CartoType::TTileBitmapParam::iDrawBackground = true |
If true, draw the background.
| bool CartoType::TTileBitmapParam::iDrawLabels = true |
If true, draw the labels.
| bool CartoType::TTileBitmapParam::iDrawMapObjects = true |
If true, draw the map objects.
| MLabelHandler* CartoType::TTileBitmapParam::iLabelHandler = nullptr |
If iLabelHandler is non-null, and iDrawLabels is true, labels are passed to iLabelHandler as bitmaps, not drawn on the map.