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