Spatial K
Toggle table of contents
0.8.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Spatial K
pmtiles
/
org.maplibre.spatialk.pmtiles
/
Compressor
Compressor
@
ObjCName
(
swiftName
=
"__KotlinCompressor"
)
fun
interface
Compressor
(
source
)
Compresses bytes for one PMTiles compression format.
Members
Functions
compress
Link copied to clipboard
abstract
suspend
fun
compress
(
bytes
:
ByteString
,
limits
:
CompressionLimits
)
:
ByteString
Returns compressed
bytes
.