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