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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

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