Skip to main content
A newer version of this page is available. .

OpenStreetMapDataProvider.Subdomains Property

Gets or sets an array of subdomains used to obtain OSM tile images.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

public string[] Subdomains { get; set; }

Property Value

Type Description
String[]

An array of String objects representing subdomains.

See Also