TdxCustomMapControl.AddImageTileLayer Method
In This Article
Creates a new image tile layer and adds it to the map layer collection.
#Declaration
Delphi
function AddImageTileLayer: TdxMapImageTileLayer;
#Returns
Type | Description |
---|---|
Tdx |
The created image tile layer. |
#Remarks
Call the AddItemTileLayer
function to create an image tile layer. You can access all map layers through the Layers.Items property.
See Also