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

BingAddress.PostalTown Property

Gets or sets the city or neighborhood that corresponds to the BingAddress.PostalCode of the address information obtained from Bing GIS services.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

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

Property Value

Type Default Description
String *null*

A String object.

See Also