I have a json file which I am accessing through JS
latitude =data8.weblandmarks8[j].latitude + latitude;
should add all the latitudes so that I could average them later instead it just concatenates them How should i achieve what I want to
Json entry
"latitude": "28.14331",