Select to view content in your preferred language

Adding to Feature Layer

770
1
Jump to solution
07-27-2012 01:51 PM
SpencerV
Deactivated User
Currently we are trying to add to a feature layer when the user selects a point on the map. We followed the directions posted here
http://resources.arcgis.com/en/help/runtime-ios-sdk/concepts/index.html#/About_the_layer/00pw0000004...

and are able to add new points to the attribute table but are unable to view on the map. We believe this is because in the example it adds a feature but never correlates this feature to an actual coordinate.

So far we have been implementing this code in the function mapView didClickAtPoint and would like to directly add this clicked point to the new feature we are adding to the feature layer. How would we go about doing that?

Thanks.
0 Kudos
1 Solution

Accepted Solutions
NimeshJarecha
Esri Regular Contributor
0 Kudos
1 Reply
NimeshJarecha
Esri Regular Contributor
Please look at feature layer editing sample code.

Regards,
Nimesh
0 Kudos