Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

dxAzureMapInformationProviders Unit

In This Article

This unit implements Azure Maps information providers.

#Classes

Name Description
TdxMapControlAzureMapGeocodeProvider An Azure Maps geocode information provider.
TdxMapControlAzureMapGeolocationProvider An Azure Maps geolocation service provider.
TdxMapControlAzureMapInformationProvider The base class for Azure Maps information providers.
TdxMapControlAzureMapReverseGeocodeProvider A reverse geocode Azure Maps information provider.
TdxMapControlAzureMapRouteProvider An Azure Maps route information provider.

#Remarks

Map information providers complement the corresponding map tile provider. You can use map information providers to display additional map-related information, such as routes.

See Also