Hi, we are using runtime sdk 100 and Kotlin. How can we do rectangular polygon drawing with SketchEditor?
Can not draw with the code above.
private val sketchEditor = SketchEditor()
private fun drawRect() {
mapView.sketchEditor = sketchEditor
sketchEditor.start(SketchCreationMode.POLYGON)
}