simplificationTolerance property
Distance between two neighboring polyline points, in logical pixels scaled to floored zoom
Increasing this value results in points further apart being collapsed and thus more simplified polylines. Higher values improve performance at the cost of visual fidelity and vice versa.
Defaults to 0.3. Set to 0 to disable simplification.
Implementation
final double simplificationTolerance;