New to Telerik UI for ASP.NET MVC? Download free 30-day trial

ASP.NET MVC Map Azure Tile Layer

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
azure.cshtml
AzureController.cs

Also available for:

CLIENT-SIDE API SERVER-SIDE API

Description

The Telerik UI Map for ASP.NET MVC enables you to visualize geographic data by using tile layers provided by external map services such as Azure Maps.

This demo demonstrates how to configure the Map to load tiles from Microsoft Azure Maps through a server-side proxy controller. Using a proxy ensures that the Azure Maps subscription key remains secure and is not exposed in the client-side code.

The Map tile layer is configured by specifying a UrlTemplate that points to an ASP.NET controller action. The Map component automatically replaces the zoom, x, and y placeholders when requesting tiles.

Additional Apps

This Map example is part of a unique collection of hundreds of ASP.NET MVC demos, with which you can see all Telerik ASP.NET MVC components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in the ThemeBuilder.

Support & Learning Resources

Additional Resources