AzureMapsPyramid
Description
- Derived from
-
HttpPyramid abstract
| Full source code is included in the Tinman 3D SDK download. |
An implementation of the IPixelPyramid interface that accesses the Azure Maps REST API:
https://learn.microsoft.com/en-us/azure/azure-maps/rest-api-azure-maps
By using this class, you explicitly agree to and obey the AzureMaps terms of use.
Public / Constructors
AzureMapsPyramid
Creates a new instance of AzureMapsPyramid.
The relation between pyramid levels and AzureMaps zoom-levels is:
pyramidLevel = zoomLevel
Public / Methods
AuthenticateEntra
Enables Microsoft Entra authentication:
https://learn.microsoft.com/en-us/azure/azure-maps/azure-maps-authentication
AuthenticateSasToken
Enables SAS token authentication:
https://learn.microsoft.com/en-us/azure/azure-maps/azure-maps-authentication
AuthenticateSharedKey
Enables Shared Key authentication:
https://learn.microsoft.com/en-us/azure/azure-maps/azure-maps-authentication