MapDataProviderBase.SetTileSource(MapTileSourceBase) Method
Assigns a new tile source to the data provider.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
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