Hey,
I want to use extra infos for trail difficulty.
API provides following values as output.
For Example:
object(stdClass)#9 (2) {
  ["values"]=>
  array(4) {
    [0]=>
    array(3) {
      [0]=>
      int(0)
      [1]=>
      int(1)
      [2]=>
      int(2)
    }
    [1]=>
    array(3) {
      [0]=>
      int(1)
      [1]=>
      int(2)
      [2]=>
      int(0)
    }
    [2]=>
    array(3) {
      [0]=>
      int(2)
      [1]=>
      int(58)
      [2]=>
      int(3)
    }
    [3]=>
    array(3) {
      [0]=>
      int(58)
      [1]=>
      int(118)
      [2]=>
      int(4)
    }
  }
  ["summary"]=>
  array(4) {
    [0]=>
    object(stdClass)#10 (3) {
      ["value"]=>
      float(3)
      ["distance"]=>
      float(681.3)
      ["amount"]=>
      float(54.58)
    }
    [1]=>
    object(stdClass)#11 (3) {
      ["value"]=>
      float(4)
      ["distance"]=>
      float(556.3)
      ["amount"]=>
      float(44.57)
    }
    [2]=>
    object(stdClass)#12 (3) {
      ["value"]=>
      float(0)
      ["distance"]=>
      float(5.3)
      ["amount"]=>
      float(0.43)
    }
    [3]=>
    object(stdClass)#13 (3) {
      ["value"]=>
      float(2)
      ["distance"]=>
      float(5.2)
      ["amount"]=>
      float(0.42)
    }
  }
}
But i can not find any explainations to this values?
It can not be 1-6 for T1-T6, because some values are 58 or 118 for example.
