Calculates the shortest distance to another MPPoint
Future<num?> distanceTo(MPPoint destination) async => await UtilPlatform.instance.pointDistanceTo(this, destination);