hi
i am new in map suite
i want to pass two arg throw ajaxcallaction to my action displaymap which recieved two paramter
thanks
view
Map1.ajaxCallAction(“Default”, “DisplayVehicles”, { route_id: $(’#ddroute’).val(), station_id: $(#ddstation).val() }, function (result) {
controller:
public ActionResult DisplayVehicles(Map map, GeoCollection args)