GPXCompression
public class GPXCompression
Simple class for some basic lossy compression.
-
Use this function to compression
GPXRoot.Type of compression can be chose here.
Declaration
Swift
public static func compress(gpx: GPXRoot, by type: lossyTypes, affecting types: [lossyOptions]) -> GPXRoot -
Currently supported types of compression.
See moreDeclaration
-
Selectable scope of removal of points.
See moreDeclaration
Swift
public enum lossyOptions
View on GitHub
GPXCompression Class Reference