Skip to main content

BingAddress.Neighborhood Property

Gets or sets the neighborhood for an address.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

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

Property Value

Type Default Description
String null

The neighborhood for an address.

Remarks

Example: Ballard

See Also