Skip to main content

OpenStreetMapDataProvider.Subdomains Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.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