Skip to main content

OsmAddress.CountyDistrict Property

Gets or sets the country district to specify the location address.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[DefaultValue(null)]
public string CountyDistrict { get; set; }

Property Value

Type Default Description
String null

The name of a country district.

See Also