Esri/arcgis-runtime-samples-android

Excuse me, how to upgrade from 10.x to 100.x. (FeatureSet.fromJson, FeatureSet.getGraphics();)

Closed this issue · 1 comments

My version is 10.x, how can I upgrade the following code?
I have been confused for a long time. please help me.

String json = ".....";
org.codehaus.jackson.JsonFactory factory = new org.codehaus.jackson.JsonFactory();
org.codehaus.jackson.JsonParser jsonParser = factory.createJsonParser(json);
FeatureSet fs = FeatureSet.fromJson(jsonParser);
Graphic[] graphics = fs.getGraphics();

Hi Jack,

Please post your question in GeoNet, we try to use this space just for samples.