Hi!
Please i'm new to Arcgis and i'm trying to use the following method:
mServiceFeatureTable = new ServiceFeatureTable(data);
I remark that this class use in parameter an URL, but me i just have data in a JSON file. So i would like to know how can i use it with a JSON file, otherwise if it is impossible is it a way to transform my data into urls for using it? if yes could you give me a sample demonstration or the steps to follow?
Thanks