readKmlDocument
The KML text inside bytes — the file itself if it is bare KML, or the first .kml entry if it is a KMZ archive.
Expect/actual because unpacking the archive takes java.util.zip, which iOS does not have: there the KMZ case returns null (and nothing renders a map there yet anyway). Bare KML is common to all platforms.
The KML text inside bytes — the file itself if it is bare KML, or the first .kml entry if it is a KMZ archive.
Expect/actual because unpacking the archive takes java.util.zip, which iOS does not have: there the KMZ case returns null (and nothing renders a map there yet anyway). Bare KML is common to all platforms.
The KML text inside bytes — the file itself if it is bare KML, or the first .kml entry if it is a KMZ archive.
Expect/actual because unpacking the archive takes java.util.zip, which iOS does not have: there the KMZ case returns null (and nothing renders a map there yet anyway). Bare KML is common to all platforms.