BingAddress.Neighborhood Property
Gets or sets the neighborhood for an address.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v20.2.dll
Declaration
[DefaultValue(null)]
public string Neighborhood { get; set; }
<DefaultValue(Nothing)>
Public Property Neighborhood As String
Property Value
Type | Default | Description |
---|---|---|
String | null |
The neighborhood for an address. |
Remarks
Example: Ballard
See Also
Feedback