Example #1
0
 /**
  * Create a server from a PorPOISeConfig object
  *
  * @param PorPOISeConfig $config
  * @return LayarPOIServer
  */
 public static function createLayarPOIServer(PorPOISeConfig $config)
 {
     $factory = new self($config->developerID, $config->developerKey);
     return $factory->createLayarPOIServerFromLayerDefinitions($config->layerDefinitions);
 }