pointDistanceTo abstract method

Future<num?> pointDistanceTo(
  1. MPPoint it,
  2. MPPoint other
)

Implementation

Future<num?> pointDistanceTo(MPPoint it, MPPoint other);