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
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.