app/src/main/java/cn/flightfeather/thirdapp/module/base/BaseMapActivity.kt
@@ -258,6 +258,9 @@
            if (needMerge) {
                for (i in myLatLngList.indices) {
                    if (i >= myLatLngList.size) {
                        return@create
                    }
                    val p1 = myLatLngList[i]
                    for (y in i + 1 until myLatLngList.size) {