Ejemplo n.º 1
0
 /**
  * Returns a new MapsLayer object created from the data in the page.
  * 
  * @since 0.7.1
  * 
  * @return MapsLayer
  */
 public function getLayer()
 {
     if ($this->cachedLayer === false) {
         $this->cachedLayer = MapsLayers::getLayer($this->getLayerType(), $this->getProperties());
     }
     return $this->cachedLayer;
 }