Skip to main content
A newer version of this page is available. .

MapDataProviderBase.SetTileSource(MapTileSourceBase) Method

Assigns a new tile source to the data provider.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v19.2.dll

Declaration

public void SetTileSource(
    MapTileSourceBase value
)

Parameters

Name Type Description
value MapTileSourceBase

A MapTileSourceBase class descendant.

Remarks

Override the SetTileSource method to assign a new tile source in descendants of the MapDataProviderBase class.

See Also