Skip to main content

BingAddress.AddressLine Property

Gets or sets the official street line of an address relative to the area, as specified by the BingAddress.Locality or BingAddress.PostalCode properties.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

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

Property Value

Type Default Description
String null

The official street line of an address relative to the area, as specified by the Locality or PostalCode properties.

Remarks

Typical use of this element would be to provide a street address or any official address.

Example: 1 Microsoft Way

See Also