Untitled
unknown
kotlin
2 years ago
282 B
6
Indexable
val kmlDocument = KmlDocument() kmlDocument.parseGeoJSON(downloadedFile) val myOverLay = kmlDocument.mKmlRoot.buildOverlay(map, null, null, kmlDocument ) as FolderOverlay map.overlays.add(myOverLay) map.invalidate()
Editor is loading...