I m trying to execute url query but have no results about duration in traffic.
The results of query listed below:
{
"destination_addresses" : [ "Гамбург, Германия" ],
"origin_addresses" : [ "85748 Гархинг, Германия" ],
"rows" : [
{
"elements" : [
{
"distance" : {
"text" : "761 км",
"value" : 761011
},
"duration" : {
"text" : "7 ч. 17 мин.",
"value" : 26216
},
"status" : "OK"
}
]
}
],
"status" : "OK"
}
The result does not contain duration_in_traffic
. Why?