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.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public string AddressLine { get; set; }

Property Value

Type Description
String

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