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.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public string[] Subdomains { get; set; }

Property Value

Type Description
String[]

An array of String objects representing subdomains.

See Also