var x = info.elapsedDistance *1000;Gives an "UnexpectedTypeException: Expected Number/Float/Long/Double, given null/Number"
* 1000f or 1000.toFloat() does not work either
Is there a description of how correct number handling. (for speed I will then need a division of floatss (or doubles?)
Thanks