Difference while creating Rectangle (SketchCreationMode.RECTANGLE) in Android and iOS

382
1
07-12-2022 07:47 AM
Dee4
by
New Contributor II

  In iOS we can draw a rectangle by dragging on a map. Below method used for the same 

     sketchEditor.start(with: .rectangle)

 but in android if we start rectangle we need to put three points (dots) on a map then it will draw rectangle. not      like iOS. 

sketcheEditor.start(SketchCreationMode.RECTANGLE)

  is this expected behaviour? or In android is it possible to drag and draw rectangle using   sketcheEditor.start(SketchCreationMode.RECTANGLE) similar to iOS

Attached android video for reference

 

Tags (3)
0 Kudos
1 Reply
GuntherHeppner
Esri Contributor

Hi @Dee4 ,

Thanks for bringing this to our attention. Currently this is the expected behaviour of the Android sketch editor. We are working on consolidating the differences in sketch behaviour on different platforms and will provide consistent behaviour in a future release.