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