List of utility methods to do MPH to KPH Convert
float conversionFactor = 1.609344f; return mph * conversionFactor;
return (int) Math.round(val * 0.2778);