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.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
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