TdxMapItemLayer Class
In This Article
An item layer.
#Declaration
Delphi
TdxMapItemLayer = class(
TdxCustomMapItemLayer
)
#Remarks
This class implements the item layer, a map layer that draws map items on a map. The class does not introduce any new functionality except for publishing properties and events inherited from its ancestor class. Refer to the TdxCustomMapItemLayer class description to learn more.
#Inheritance
See Also