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