
implementation("dev.jamesyox:simplifyK:0.1.0")Implements Radial Distance and Ramer-Douglas-Peucker algorithms for polyline simplification, reducing points while preserving shape. Allows custom data types with x and y extractors, avoiding conversions. Supports value transformation via optional x and y transformers, enabling simplification in display units. Utilizes DeepRecursiveFunction to prevent stack overflow in large datasets.
| Version | Release | Platforms and targets |
|---|---|---|
| 0.2.0 | Release: 01 May 2024 | JVMKotlin/NativeJS iOSLinuxmacOStvOSwatchOSWindows |
| 0.1.0 | Release: 25 Dec 2023 | JVMKotlin/NativeJS LinuxWindows |
| Version | Release | Platforms and targets |
|---|---|---|
| 0.2.0 | Release: 01 May 2024 | JVMKotlin/NativeJS iOSLinuxmacOStvOSwatchOSWindows |
| 0.1.0 | Release: 25 Dec 2023 | JVMKotlin/NativeJS LinuxWindows |