TdxMapImageTileLayer Class
An image tile layer.
Declaration
TdxMapImageTileLayer = class(
TdxMapLayer
)
Remarks
This class implements the image tile layer, a map layer that draws a map using image tiles obtained from one of the supported map image data providers. You can choose from:
A built-in image data provider used to access image data from the Bing Maps or OpenStreetMap online services;
A custom image data provider (any TdxMapControlImageTileProvider descendant).
The TdxMapImageTileLayer class extends its ancestor class with members that allow you to:
Specify the layer’s map image data provider (Provider, ProviderClass, and ProviderClassName);
Adjust the layer’s transparency level (AlphaBlendValue).
Inheritance
See Also