/** * 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')); }
/** * Constructor. * * @since 0.6.6 */ function __construct($serviceName) { parent::__construct($serviceName, array('openstreetmap')); }
/** * Constructor */ public function __construct($serviceName) { parent::__construct($serviceName, array('leafletmaps', 'leaflet')); }
/** * Constructor. * * @since 0.6.6 */ function __construct($serviceName) { parent::__construct($serviceName, array('yahoo', 'yahoomap', 'ymap', 'ymaps')); }