Skip to main content

OsmAddress.Postcode Property

Gets or sets the postal code of a building/area.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

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

Property Value

Type Default Description
String null

The postal code of a building/area.

Remarks

Example: 98178

See Also