Skip to main content

BingAddress.Neighborhood Property

Gets or sets the neighborhood for an address.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

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