TdxMapLayerClass Type
The type of map layer.
Declaration
TdxMapLayerClass = class of TdxMapLayer;
Referenced Class
Type |
---|
TdxMapLayer |
Remarks
Available map layer types include:
Built-in map layers (TdxMapImageTileLayer, TdxMapItemFileLayer, and TdxMapItemLayer);
A custom map layer (a TdxMapLayer descendant).
A TdxMapLayerClass object is passed as a parameter to a map layer collection’s Add function.
See Also