LocationInformation.Address Property
In This Article
Gets or sets the address associated with the current location.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
[DefaultValue(null)]
public AddressBase Address { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Address |
null | An Address |
See Also