I want to draw multiple geometries [ point, poly-line, polygon ] on my feature layer and sync back , options to update and delete as well. Is it even possible to draw multiple geometries on feature layer and update all at once !
Hi Devendra,
Each FeatureLayer is backed by a FeatureTable and a FeatureTable can have only a single geometry type. So you will need a separate FeatureLayer for each geometry type.
Gunther