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.

#Types

Name Description
TdxAzureMapGeocodeProviderOnResponse The procedural type for Azure Maps Geocode server response events.
TdxAzureMapGeolocationProviderOnResponse The procedural type for Azure Maps Geolocation server response events.
TdxAzureMapReverseGeocodeProviderOnResponse The procedural type for Azure Maps Reverse Geocode server response events.
TdxAzureMapRouteProviderOnResponse The procedural type for Azure Maps Route server response events.

#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