How to Load a Arc layer from json data through coding using reacJs?

55 Views Asked by At

Need to load a json data dynamically for arc layer

data = [
    {
        id: 1,
        startpoint: "bengaluru",
        endpoint: "Mysore",
        startlat: "12.9547899",
        startlng: "77.6006445",
        endlat: "12.3106368",
        endlng: ",76.5656491"
    }
];
0

There are 0 best solutions below