Skip to main content

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.v24.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

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

Property Value

Type Default Description
String null

A String object.

See Also