A newer version of this page is available.
Switch to the current version.
LocationInformation.Address Property
Gets or sets the address associated with the current location.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v19.2.dll
Declaration
[DefaultValue(null)]
public AddressBase Address { get; set; }
<DefaultValue(Nothing)>
Public Property Address As AddressBase
Property Value
Type | Default | Description |
---|---|---|
AddressBase | null |
An AddressBase class descendant object. |
See Also
Feedback