static calculateDistance(LatLng start, LatLng end) { return const Distance().as(LengthUnit.Meter, start, end); }