On this site:
https://demos.telerik.com/aspnet-mvc/map/remote-marker
...you get us a nice example of using remote data in a map.
In this provided method you return a json file. How is this structured? I connot find any example.
public
ActionResult _StoreLocations()
{
return
Json(MapDataRepository.StoreLocations());
}