/**
  * @return $this
  */
 public function setLowTrafficColor()
 {
     $this->map->setLowTrafficColor(TrafficMap\Color::LIGHT_GRAY);
     return $this;
 }