TdxMapControlAzureMapInformationProvider Class
The base class for Azure Maps information providers.
Declaration
TdxMapControlAzureMapInformationProvider = class abstract(TdxMapControlInformationProvider)
Remarks
Main API Members
The list below outlines key members of the TdxMapControlAzureMapInformationProvider
class. These members allow you to configure the Azure map information provider.
- AzureKey
- Required. Specifies the account key required to use the Azure Maps information provider.
- CancelRequests
- Cancels all pending requests to Microsoft Azure servers.
Terminal TdxMapControlAzureMapInformationProvider Class Descendants
Do not use the TdxMapControlAzureMapInformationProvider
class directly. Use the following descendants instead:
- TdxMapControlAzureMapGeocodeProvider
- An Azure Maps geocode information provider.
- TdxMapControlAzureMapGeolocationProvider
- An Azure Maps geolocation service provider.
- TdxMapControlAzureMapReverseGeocodeProvider
- A reverse geocode Azure Maps information provider.
- TdxMapControlAzureMapRouteProvider
- An Azure Maps route information provider.
Related Compiled Demo
To see Microsoft Azure Map tile and information providers in action, run the Mapping demo in the VCL Demo Center installed with compiled DevExpress demos. When the demo is opened, it downloads tile data and additional information from Azure Map servers to display a map and build routes between specified points.
Tip
You can find full source code for installed complied Map Control demos in the following folder:
%PUBLIC%\Public Documents\DevExpress VCL Demos\MegaDemos\Product Demos\ExpressMapControl