/**
  * Constructor.
  * 
  * @since 0.6.6
  */
 function __construct($serviceName)
 {
     parent::__construct($serviceName, array('layers', 'openlayer'));
 }
 /**
  * Constructor.
  * 
  * @since 0.6.6
  */
 function __construct($serviceName)
 {
     parent::__construct($serviceName, array('googlemaps', 'google'));
 }
示例#3
0
 /**
  * Constructor.
  * 
  * @since 0.6.6
  */
 function __construct($serviceName)
 {
     parent::__construct($serviceName, array('openstreetmap'));
 }
示例#4
0
 /**
  * Constructor
  */
 public function __construct($serviceName)
 {
     parent::__construct($serviceName, array('leafletmaps', 'leaflet'));
 }
示例#5
0
 /**
  * Constructor.
  * 
  * @since 0.6.6
  */
 function __construct($serviceName)
 {
     parent::__construct($serviceName, array('yahoo', 'yahoomap', 'ymap', 'ymaps'));
 }