New to Telerik UI for ASP.NET MVC? Download free 30-day trial
ASP.NET MVC Map Azure Tile Layer
- EXAMPLE
- VIEW SOURCE
-
Change Theme
meridianMeridian Theme
- Main
- Main Dark
Default Theme- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Material 2
- Material 2 Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
- Main Dark
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
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.