With Bing Maps being retired https://www.bingmapsportal.com/ are there any plans for RadMap to support Azure Maps for Map Layers?
1 Answer, 1 is accepted
0
Vasko
Telerik team
answered on 29 May 2025, 07:59 AM
Hi Neil,
The Map control is fully compatible with Azure's PNG tile API. You can use the URL of the Asure service in the UrlTemplate property of the TileLayers of the Map and observe the result. Make sure that the API version is specified in the URL.
To use Azure Maps, an Azure Maps account and key are needed. The code snippet below demonstrates the implementation of the approach: