pointFactory property
A function to return a factory creating points from coordinate values.
The factory can be adjusted by setting a custom function that creates custom point instances.
Implementation
final PointFactory<PointType> Function({required bool expectM}) pointFactory;