dxAzureMapInformationProviders Unit
This unit implements Azure Maps information providers.
#Classes
Name | Description |
---|---|
Tdx |
An Azure Maps Geocode information provider. |
Tdx |
An Azure Maps Geolocation information provider. |
Tdx |
The base class for Azure Maps information providers. |
Tdx |
An Azure Maps Reverse Geocode information provider. |
Tdx |
An Azure Maps Route information provider. |
#Types
Name | Description |
---|---|
Tdx |
The procedural type for Azure Maps Geocode server response events. |
Tdx |
The procedural type for Azure Maps Geolocation server response events. |
Tdx |
The procedural type for Azure Maps Reverse Geocode server response events. |
Tdx |
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