New to Telerik UI for ASP.NET Core? Download free 30-day trial
Binding markers to remote data
Loading Demo...
- EXAMPLE
- VIEW SOURCE
-
EDIT IN TELERIK REPL
-
Change Theme
default
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
- Main
- Main Dark
- Nordic
- Urban
- Vintage
- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
- Main
- Main Dark
- Opal
- Silver
remote_markers.cshtml
Remote_MarkersController.cs
MapDataRepository.cs
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The current demo shows how to bind a Map Marker layer to a remote service in ASP.NET Core. The service should return an array of objects with a location and optional title field. The location field should be an array with two numbers - latitude and longitude in decimal degrees.