コード例 #1
0
 /**
  * Constructor.
  * 
  * @since 0.6.6
  */
 function __construct($serviceName)
 {
     parent::__construct($serviceName, array('layers', 'openlayer'));
 }
コード例 #2
0
 /**
  * Constructor.
  * 
  * @since 0.6.6
  */
 function __construct($serviceName)
 {
     parent::__construct($serviceName, array('googlemaps', 'google'));
 }
コード例 #3
0
ファイル: Maps_OSM.php プロジェクト: schwarer2006/wikia
 /**
  * Constructor.
  * 
  * @since 0.6.6
  */
 function __construct($serviceName)
 {
     parent::__construct($serviceName, array('openstreetmap'));
 }
コード例 #4
0
ファイル: Maps_Leaflet.php プロジェクト: gwdgithubnom/Maps
 /**
  * Constructor
  */
 public function __construct($serviceName)
 {
     parent::__construct($serviceName, array('leafletmaps', 'leaflet'));
 }
コード例 #5
0
ファイル: Maps_YahooMaps.php プロジェクト: schwarer2006/wikia
 /**
  * Constructor.
  * 
  * @since 0.6.6
  */
 function __construct($serviceName)
 {
     parent::__construct($serviceName, array('yahoo', 'yahoomap', 'ymap', 'ymaps'));
 }