dxAzureMapInformationProviders Unit
This unit implements Azure Maps information providers.
Classes
| Name | Description |
|---|---|
| TdxMapControlAzureMapGeocodeProvider | An Azure Maps Geocode information provider. |
| TdxMapControlAzureMapGeolocationProvider | An Azure Maps Geolocation information provider. |
| TdxMapControlAzureMapInformationProvider | The base class for Azure Maps information providers. |
| TdxMapControlAzureMapReverseGeocodeProvider | An Azure Maps Reverse Geocode information provider. |
| TdxMapControlAzureMapRouteProvider | An Azure Maps Route information provider. |
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