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

OsmAddress.Postcode Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

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