Skip to main content

AddressBase Class

The base class for all classes representing the address information obtained from GIS services.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

[NonCategorized]
public abstract class AddressBase :
    MapDependencyObject

The following members return AddressBase objects:

Remarks

This class provides the AddressBase.FormattedAddress property representing the string obtained from a GIS service.

See Also