Skip to main content

VectorTileDataProviderBase.TileSource Property

For internal use. Returns the provider’s tile source.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public MapVectorTileSource TileSource { get; }

Property Value

Type
DevExpress.XtraMap.Native.MapVectorTileSource
See Also