Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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