MapDataProviderBase.TileSource Property
Returns a tile source associated with the current data provider.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Property Value
Type | Description |
---|---|
MapTileSourceBase | A MapTileSourceBase class descendant that contains settings for obtaining image tiles from a specific data provider. |
See Also