simplificationFactor

var simplificationFactor: Int = 25

Determines how many points of each step's geometry should be removed from framing.

The default value of 25 means that every 25th point in the geometry will be taken for framing, plus the first and last point of each step.

The factor has to be a positive integer.