Access data or graphics from AGSWebmap

2750
2
07-17-2013 11:45 PM
SandeepG_S
New Contributor III
Hi All,

I created a webmap and uploaded all graphics (pins, polygons) through shapefile in ArcGIS Explorer.
Now I am able to load webmap in iOS device using AGSWebMap and its displaying all graphics added through shapefile. When I click on each graphics (pin), its displaying popup with some data.

My problem is to modify the data displayed in popup. Is there any way to access the graphics data added to webmap from iOS programmatically.

Please help me out.

Thanks,
Sandeep
0 Kudos
2 Replies
NimeshJarecha
Esri Regular Contributor
You need to publish data as feature service (either ArcGIS Online or your own ArcGIS Server) in order to edit from iOS.

Regards,
Nimesh
0 Kudos
SandeepG_S
New Contributor III
Thanks Nimesh for the reply.

I already published data as feature service only. But how to edit them through iOS? I am able to see all the pins and polygons in a map which are published as feature service (uploaded from shapefile). But how to access those data from iOS programmatically? Is there are any API's or classes available to fetch them?

You need to publish data as feature service (either ArcGIS Online or your own ArcGIS Server) in order to edit from iOS.

Regards,
Nimesh
0 Kudos