CartoType C++ API 7.8.2, 2022-03-25
for Windows, Linux, Qt and other platforms supporting C++ development
Public Attributes | List of all members
CartoType::TTileBitmapParam Class Reference

#include <cartotype_graphics_context.h>

Public Attributes

bool iDrawMapObjects = true
 
bool iDrawLabels = true
 
bool iDrawBackground = true
 
MLabelHandleriLabelHandler = nullptr
 

Detailed Description

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.

Member Data Documentation

◆ iDrawBackground

bool CartoType::TTileBitmapParam::iDrawBackground = true

If true, draw the background.

◆ iDrawLabels

bool CartoType::TTileBitmapParam::iDrawLabels = true

If true, draw the labels.

◆ iDrawMapObjects

bool CartoType::TTileBitmapParam::iDrawMapObjects = true

If true, draw the map objects.

◆ iLabelHandler

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.


The documentation for this class was generated from the following file: