Exemplo n.º 1
0
 public function copyFrom(Marker $marker)
 {
     $this->setMeasure($marker->getMeasure());
     $this->setTitle($marker->getTitle());
     $this->setColor($marker->getColor());
 }