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

OsmAddress.CityDistrict Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

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

Property Value

Type Default Description
String *null*

The name of a city district.

See Also