Back to Devexpress

TdxCustomMapControl.AddImageTileLayer Method

vcl-dxmapcontrol-dot-tdxcustommapcontrol-408a5c0b.md

latest1.1 KB
Original Source

TdxCustomMapControl.AddImageTileLayer Method

Creates a new image tile layer and adds it to the map layer collection.

Declaration

delphi
function AddImageTileLayer: TdxMapImageTileLayer;

Returns

TypeDescription
TdxMapImageTileLayer

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

TdxCustomMapControl.AddItemFileLayer Function

TdxCustomMapControl.AddItemLayer Function

TdxMapLayers.Add Function

TdxCustomMapControl Class

TdxCustomMapControl Members

dxMapControl Unit