Skip to main content
All docs
V24.2

TdxMapControlAzureMapGeocodeProvider Class

An Azure Maps geocode information provider.

Declaration

TdxMapControlAzureMapGeocodeProvider = class(
    TdxMapControlAzureMapInformationProvider
)

Remarks

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.

Download: Compiled VCL Demos

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

See Also