/**
  * @return $this
  */
 public function setWidth()
 {
     $this->map->setWidth(200);
     return $this;
 }