Does ESRI have the ability to allow free-form drawing (a.k.a. 'doodling') within a layer?
That is, where the user's finger movement is recorded into a path as can be done within iOS's Core Graphics: var simplePath = UIBezierPath() ... etc.?
Scenario: I wish to doodle annotations (drawing) on an overlay and be able to store & recover such doodle.
How would/could that be arranged?