MapDataProviderBase.SetTileSource(MapTileSourceBase) Method
In This Article
Assigns a new tile source to the data provider.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public void SetTileSource(
MapTileSourceBase value
)
#Parameters
Name | Type | Description |
---|---|---|
value | Map |
A Map |
#Remarks
Override the SetTileSource method to assign a new tile source in descendants of the MapDataProviderBase class.
See Also