Calculates the angle between this point and another MPPoint in degrees from north
Future<num?> angleBetween(MPPoint other) async => await UtilPlatform.instance.pointAngleBetween(this, other);