Azure Maps Support for RadMap

1 Answer 7 Views
Map
Neil N
Top achievements
Rank 2
Iron
Iron
Veteran
Neil N asked on 29 May 2025, 12:30 AM
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

Sort by
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:

<telerik:RadMap runat="server" ID="RadMap1">
    <LayersCollection>
        <telerik:MapLayer Type="Tile" UrlTemplate="https://atlas.microsoft.com/map/tile?subscription-key=[KEY]&api-version=2.0&tilesetId=microsoft.base.road&x=#=x#&y=#=y#&zoom=#=zoom#&tileSize=256" />
    </LayersCollection>
</telerik:RadMap>

Try this and see if it will be of use to your scenario.

Regards,
Vasko
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources
Tags
Map
Asked by
Neil N
Top achievements
Rank 2
Iron
Iron
Veteran
Answers by
Vasko
Telerik team
Share this question
or