distanceBetweenGlobalPoints static method
@brief Get distance between GPS points @param from start point of calculation @see GlobalPoint "GlobalPoint" @param to end point of calculation @see GlobalPoint "GlobalPoint" @return distance in meters
Dart code snippet: @snippet geometry_utils_example.dart dart_GeometryUtils_distanceBetweenGlobalPoints
Implementation
static double distanceBetweenGlobalPoints(GlobalPoint from, GlobalPoint to) => $prototype.distanceBetweenGlobalPoints(from, to);