windowsforms-devexpress-dot-xtramap-50f62189.md
The base class for all azure data providers.
Namespace : DevExpress.XtraMap
Assembly : DevExpress.XtraMap.v25.2.dll
NuGet Package : DevExpress.Win.Map
public abstract class AzureMapDataProviderBase :
WebInformationDataProvider
Public MustInherit Class AzureMapDataProviderBase
Inherits WebInformationDataProvider
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.
Object InformationDataProviderBase WebInformationDataProvider AzureMapDataProviderBase AzureGeocodeDataProvider
AzureRouteIsochroneDataProvider
AzureTrafficIncidentDataProvider
See Also