TdxMapControlAzureMapRouteProvider Class
An Azure Maps route information provider.
Declaration
TdxMapControlAzureMapRouteProvider = class(
TdxMapControlAzureMapInformationProvider
)
Remarks
The TdxMapControlAzureMapRouteProvider
class implements the functionality required to connect to the Azure Maps Route service and calculate routes on a map.
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
Inheritance
See Also