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.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public string PostalTown { get; set; }

Property Value

Type Description
String

A String object.

See Also