//mapboxpluginoffline/io.github.xit0c.mapboxpluginoffline.utils/OfflineUtils/convertRegionName
[androidJvm]
fun convertRegionName(regionName: String): ByteArray?
Converts regionName to a ByteArray. Useful to store the name of a region as metadata.
the region name converted to a ByteArray.
androidJvm
io.github.xit0c.mapboxpluginoffline.model.OfflineDownloadOptions |
[androidJvm]
fun convertRegionName(regionName: ByteArray?): String?
Converts regionName to a plain String. Useful to retrieve the name of a region from metadata.
the region name converted to a String.
androidJvm
io.github.xit0c.mapboxpluginoffline.model.OfflineDownloadOptions |