Back to Devexpress

AddressBase Class

wpf-devexpress-dot-xpf-dot-map-37a45eb0.md

latest1.7 KB
Original Source

AddressBase Class

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

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
[NonCategorized]
public abstract class AddressBase :
    MapDependencyObject
vb
<NonCategorized>
Public MustInherit Class AddressBase
    Inherits MapDependencyObject

The following members return AddressBase objects:

Remarks

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

Inheritance

Object DispatcherObject DependencyObject Freezable MapDependencyObject AddressBase AzureAddress

BingAddress

OsmAddress

See Also

AddressBase Members

DevExpress.Xpf.Map Namespace