Back to Devexpress

AzureMapDataProviderBase Class

windowsforms-devexpress-dot-xtramap-50f62189.md

latest1.9 KB
Original Source

AzureMapDataProviderBase Class

The base class for all azure data providers.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public abstract class AzureMapDataProviderBase :
    WebInformationDataProvider
vb
Public MustInherit Class AzureMapDataProviderBase
    Inherits WebInformationDataProvider

Remarks

Azure Maps services support JSON response formats. Install the System.Text.Json package in projects that target .NET Framework to parse the Azure server response and display information on a DevExpress Map control.

Implements

ISupportWebRequest

Inheritance

Object InformationDataProviderBase WebInformationDataProvider AzureMapDataProviderBase AzureGeocodeDataProvider

AzureRouteDataProvider

AzureRouteIsochroneDataProvider

AzureSearchDataProvider

AzureTrafficIncidentDataProvider

See Also

AzureMapDataProviderBase Members

DevExpress.XtraMap Namespace